chapps.rest package

CHAPPS REST API implementation

Originally, I had hoped to isolate all the API-related stuff in this package, but as I should have known, references to the data models crept back into the main codebase even before the API was finished.

The api module serves to supply some top-level documentation strings related to the groups of API routes, and to include all the various API routers into the final FastAPI object.

Subpackages

Submodules