ashleydavis / mongodb-rest

REST Server for MongoDB (using node.js)
GNU Lesser General Public License v3.0
75 stars 34 forks source link

How can insert and return object or id? #18

Closed white819 closed 8 years ago

white819 commented 8 years ago

I use post method to insert a record like {name:test} and want get the inserted object like {_id: 56bc426a1bcc38df154b821e, name:test}, does it possible?

ashleydavis commented 8 years ago

The docs show you how to retrieve and insert a record.

https://github.com/codecapers/mongodb-rest#supported-rest-api