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-projectGo to the project directory
cd Edge_API
python -m venv .venv
.venv/bin/activate
Install dependencies
pip install -r requirements.txtStart the server
flask run