# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewGetHealthcheckRequest generates requests for GetHealthcheck.
NewPostAuthTokenRequest calls the generic PostAuthToken builder with application/json body.
NewPostAuthTokenRequestWithBody generates requests for PostAuthToken with any type of body.
NewPostCertificateRenewalRequest calls the generic PostCertificateRenewal builder with application/json body.
NewPostCertificateRenewalRequestWithBody generates requests for PostCertificateRenewal with any type of body.
ParseGetHealthcheckResponse parses an HTTP response from a GetHealthcheckWithResponse call.
ParsePostAuthTokenResponse parses an HTTP response from a PostAuthTokenWithResponse call.
ParsePostCertificateRenewalResponse parses an HTTP response from a PostCertificateRenewalWithResponse call.
WithBaseURL overrides the baseURL.
WithHTTPClient allows overriding the default Doer, which is automatically created using http.Client.
WithRequestEditorFn allows setting up a callback function, which will be called right before sending the request.
# Constants
Defines values for HealthCheckStatusStatus.
Defines values for AccessTokenTokenType.
No description provided by the author
Defines values for HealthCheckStatusStatus.
Defines values for HealthCheckStatusStatus.
Defines values for HealthCheckStatusStatus.
# Structs
AccessCredentials defines model for AccessCredentials.
AccessToken defines model for AccessToken.
CertificateChain defines model for CertificateChain.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
HealthCheckStatus defines model for HealthCheckStatus.
No description provided by the author
No description provided by the author
Problem Error message encoded as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
RenewalRequest defines model for RenewalRequest.
RenewalResponse defines model for RenewalResponse.
RenewalResponse_CertificateChain defines model for RenewalResponse.CertificateChain.
# Interfaces
The interface specification for the client above.
ClientWithResponsesInterface is the interface specification for the client with responses above.
Doer performs HTTP requests.
# Type aliases
AccessTokenTokenType Type of returned access token.
AS defines model for AS.
CertificateChainPKCS7 Certificate chain containing the the new AS certificate and the issuing CA certificate encoded in a degenerate PKCS#7 data structure.
ClientOption allows setting custom parameters during construction.
HealthCheckStatusStatus defines model for HealthCheckStatus.Status.
N400BadRequest Error message encoded as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
N401UnauthorizedError Error message encoded as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
N404NotFound Error message encoded as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
N500InternalServerError Error message encoded as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
N503ServiceUnavailable Error message encoded as specified in [RFC7807](https://tools.ietf.org/html/rfc7807).
PostAuthTokenJSONRequestBody defines body for PostAuthToken for application/json ContentType.
PostCertificateRenewalJSONRequestBody defines body for PostCertificateRenewal for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.