Skip to content

Package Structure

Hierarchy⚓︎

The webqueue2api Package consists of four packages in total:

  • webqueue2api: The root packages. This contains both the api and the parser packages as well as global configuration.
    • api: Contains a Flask app that can be used with any WSGI server to host the webqueue2 API and utilities such as authentication code.
      • resources: Contains Flask-RESTful resources for the webqueue2 API.
    • parser: Contains parers for a Queue and an Item as well as utilities and custom errors.