qunicorn_core.api.provider_api.provider_view module
Module containing the routes of the Taskmanager API.
- class qunicorn_core.api.provider_api.provider_view.ProviderIDView
Bases:
MethodViewProvider Endpoint to get properties of a specific provider.
- get(provider_id)
Get information about a single provider.
- class qunicorn_core.api.provider_api.provider_view.ProviderView
Bases:
MethodViewRoot endpoint of the provider api, to list all available provider_apis.