-
Notifications
You must be signed in to change notification settings - Fork 6
jtorniainen edited this page May 30, 2015
·
4 revisions
MIDAS uses a REST JSON API.
The API can be automatically generated from the source code using apiDoc as follows.
- Install apiDoc
- Clone the MIDAS repository
- In the main MIDAS repository (the directory containing the folders midas and examples) run the commmand
apidoc -i midas -o midas_api
- The API can now be accessed by opening index.html inside the directory midas_api.