This is a centralized API that manages communication with other EchoNet microservices.
GET /api/detections
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /api/drone/
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
GET /api/toto/
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
GET /api/surge/
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
Clone the project
git clone https://link-to-project
Go to the project directory
cd Edge_API
python -m venv .venv
.venv/bin/activate
Install dependencies
pip install -r requirements.txt
Start the server
flask run