# Functions
NewClient creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteRequest generates requests for Delete.
NewGetCredentialByIDRequest generates requests for GetCredentialByID.
NewGetRequest generates requests for Get.
NewPostRequest generates requests for Post.
NewRawClient Creates a new Client, with reasonable defaults.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on rawClientInterface to offer response payloads.
Credentials defines model for Credentials.
CredentialsList defines model for CredentialsList.
CredentialsListItem defines model for CredentialsListItem.
CredentialsResponse defines model for CredentialsResponse.
No description provided by the author
Error defines model for Error.
No description provided by the author
No description provided by the author
No description provided by the author
RawCredentials defines model for RawCredentials.
# Interfaces
ClientWithResponsesInterface is the interface specification for the client with responses above.
# Type aliases
BadRequest defines model for BadRequest.
NotFound defines model for NotFound.
Object defines model for Object.
RequestEditorFn is the function signature for the RequestEditor callback function.