Skip to content

lholmquist/fh-connector-mongodb-cloud

 
 

Repository files navigation

FORMAT: 1A

FeedHenry MongoDB Connector

The FeedHenry MongoDB Connector. For more information on MongoDB see: https://github.com/mongodb/node-mongodb-native.

Group MongoDB Connector API

MongoDB [/cloud/mongodb]

Insert into MongoDB

MongoDB [POST]

Insert a document into a MongoDB Collection

  • Request (application/json)

    • Body { "collection": "my_collection", "insert": {"foo": "bar"} }
  • Response 200 (application/json)

    • Body { "ok": "true" }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.0%
  • HTML 1.0%