Skip to content

OctoConsulting/Edge_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EchoNet API

This is a centralized API that manages communication with other EchoNet microservices.

API Reference

Get list of detection endpoints

  GET /api/detections
Parameter Type Description
api_key string Required. Your API key

Get list of drone endpoints

  GET /api/drone/
Parameter Type Description
id string Required. Id of item to fetch

Get list of toto endpoints

  GET /api/toto/
Parameter Type Description
id string Required. Id of item to fetch

Get list of surge endpoints

  GET /api/surge/
Parameter Type Description
id string Required. Id of item to fetch

Run Locally

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published