1.0.3 • Published 4 years ago

mongoapiconnect v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

MongoDb API Connect

Introduction

How to Use ?

that's it you are good to go...

Body of the Request

{
  "data": [
    {
      "field_1": "value_1",
      "field_2": "value_2"
    },
    {
      "field_1": "value_1",
      "field_2": "value_2"
    },
    {
      "field_1": "value_1",
      "field_2": "value_2"
    }
  ],
  "url": "<Your Mongodb Connection Url to the Cluster Created on the Mongodb Atlas>",
  "model": "<Name of the db>",
  "schema": {
    "field_1": "Data Type supported with the MongoDb",
    "field_2": "Data Type supported with the MongoDb"
  }
}