HTTP-APIs / hydra-flock-demo

The main repository for the Hydra Flock Demo-Simulation
MIT License
10 stars 18 forks source link

Generating API Docs for both Drone and Server APIs #1

Closed chrizandr closed 7 years ago

chrizandr commented 7 years ago

Added API Documentation for Server and Drone APIs.

Created generator functions for creating the API Doc, it should be easy to modify and generate the docs for both Server and Drone.

The Server has a copy of the Drone Class, having same properties and operations. It would be better if these are mapped to the properties and operations on the Drone API. Server also has LogEntry for all the log entries and Area for the area of interest.

Please review