The FeedHenry MongoDB Connector. For more information on MongoDB see: https://github.com/mongodb/node-mongodb-native.
Insert a document into a MongoDB Collection
Endpoint | /cloud/mongodb |
HTTP Method | POST |
{
"collection": "my_collection",
"insert": {"foo": "bar"}
}
{
"ok": "true"
}
All the tests are in the "test/" directory. The cloud app is using mocha as the test runner.
npm run unit
or
npm run test
npm run coverage