API reference#
This section summarizes OpenAPI-Common public classes.
|
Provides a generic API client for OpenAPI client library builds. |
|
Creates a factory that configures an API client for use with autogenerated Swagger clients. |
|
Authentication scheme. |
|
Helps create OpenID Connect sessions and provides OIDC-specific configuration options. |
|
Provides configuration for the API client session. |
Helper functions#
This section summarizes OpenAPI-Common helper functions.
|
Generate a user-agent string in the form <package info> <python info> <os info>. |
Exceptions and warnings#
This section summarizes OpenAPI-Common exceptions and warnings.
|
Provides the exception to raise when the remote server returns an unsuccessful response. |
|
Provides the exception to raise when connection to the API server fails. |
|
Provides the warning to raise when the server connection process completes but does proceed as expected. |
Provides a warning for when a model is incompletely described in the OpenAPI definition. |