Skip to content

2023A

Latest

Choose a tag to compare

@apdavison apdavison released this 16 Nov 14:17
· 64 commits to master since this release

The API has been updated to version 3, and entirely rewritten using FastAPI.

The aims of the reimplementation were to:

  1. support quota management for interactive sessions
  2. make the API more understandable by merging the separate job queue and quotas APIs into a single one
  3. provide API documentation using OpenAPI/Swagger
  4. make the code base more maintainable