magpie.api.swagger.views¶
Attributes¶
Functions¶
|
Obtains the configured Magpie URL entrypoint based on the various combinations of supported configuration settings. |
|
Swagger UI route to display the Magpie REST API schemas. |
|
Return JSON Swagger specifications of Magpie REST API. |
Module Contents¶
- magpie.api.swagger.views.get_magpie_url(container: magpie.typedefs.AnySettingsContainer | None = None) magpie.typedefs.Str[source]¶
Obtains the configured Magpie URL entrypoint based on the various combinations of supported configuration settings.
See also
Documentation section Application Settings for available setting combinations.
- Parameters:
container – container that provides access to application settings.
- Returns:
resolved Magpie URL