mcomella
unread,Apr 11, 2013, 5:10:44 PM4/11/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cs132-m...@googlegroups.com
As we've been talking about, I'm changing the REST API pretty hardcore. It's not quite so RESTful anyway, but it maps closer to mongo JS commands than than a RESTful interface would (some commands will not map well at all).
The basic scheme is like so:
mws/:session_id/db/:collection/find
mws/:session_id/db/:collection/insert
mws/:session_id/cursor/:id/sort
where mws is short for mongo web shell.
I'll ping you when I have the doc finished.
We should check if this scheme is okay with 10gen before changing all of our code, particularly because it's not so restful, so hopefully we'll have a response for tomorrow.
Sorry in advance.
- Mike