NetFie API - LogeshVel/NetFie GitHub Wiki
NetFie API
It is build using Python Flask Framework.
Endpoints
It has around 5 endpoints but mostly we use 2 (Services,Devices) endpoints.
Available HTTP Methods in NetFie API
- GET
- PUT
- POST
GET method is used to get the Services or Devices data from the corresponding endpoints
PUT method is used to update the existing Services or Devices
POST method is used to create new Services or Devices
PUT and POST methods are used by the NetFie Workers
Database
NetFie API has the backend database where it stores the data posted by the NetFie Workers.
NetFie uses Mongo DB
MongoDB’s document data model naturally supports JSON