templates/api_client library

Classes

AllOfAuth
An auth request that is all of any of the given auth requests.
ApiClient
The client interface for the API. Subclasses can override invokeApi to add custom behavior.
ApiKeyAuth
An API key authentication scheme.
AuthRequest
An abstract class representing an auth request.
HttpAuth
An HTTP authentication scheme.
NoAuth
An auth request that does nothing.
OneOfAuth
An auth request that is a one of any of the given auth requests.
ResolvedAuth
The resolved headers and parameters for an auth request.
SecretAuth
An auth request that requires a secret.

Enums

ApiKeyLocation
Method
The HTTP methods supported by the API.

Exceptions / Errors

MissingSecretsException
An exception thrown when a required secret is missing.