Skip to content
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.

  1. Install apiDoc
  2. Clone the MIDAS repository
  3. In the main MIDAS repository (the directory containing the folders midas and examples) run the commmand
apidoc -i midas -o midas_api
  1. The API can now be accessed by opening index.html inside the directory midas_api.