swri-robotics / bag-database

A server that catalogs bag files and provides a web-based UI for accessing them.
Other
344 stars 71 forks source link

Document AdminController API #163

Open pjreed opened 2 years ago

pjreed commented 2 years ago

The BagController and ScriptController APIs have documentation, but the AdminController does not; it would be good to add some documentation for that, too, since users might want to call it via scripts.

Note that the API documentation is generated programmatically as part of the unit tests, so this means writing unit tests for the AdminController, too.