jamf / scout-public

A tool to aggregate devices across multiple MDM servers
GNU General Public License v3.0
11 stars 3 forks source link

Finish Swagger API Docs #8

Closed jacobschultz closed 4 years ago

jacobschultz commented 5 years ago

Scout has a powerful API that the front end application uses, but could also be scripted against or used by other third party integrations. In order to most effectively support these integrations, it's important to have complete documentation. All of the endpoints in controllers/ servers.js and users.js are already complete, so those would make good examples.

The current scout docs are generated based off of block comments in the controllers. This is setup in app.js where you can view the instance URL and included files.

Add Swagger Docs to these Controllers:

Pull Request Ready When: