package
0.0.0-20241226104941-7124079c1b95
Repository: https://github.com/ibiscum/go-oas-examples.git
Documentation: pkg.go.dev
# Functions
NewApiKeyRequest generates requests for ApiKey.
NewBasicRequest generates requests for Basic.
NewBearerJwtRequest generates requests for BearerJwt.
NewBearerRequest generates requests for Bearer.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCookieRequest generates requests for Cookie.
NewForcedInvalidAuthenticationRequest generates requests for ForcedInvalidAuthentication.
NewGeneralSupportAllRequest generates requests for GeneralSupportAll.
NewGeneralSupportAuthorizationCodeRequest generates requests for GeneralSupportAuthorizationCode.
NewGeneralSupportClientCredentialsRequest generates requests for GeneralSupportClientCredentials.
NewGeneralSupportImplicitRequest generates requests for GeneralSupportImplicit.
NewGeneralSupportRequest generates requests for GeneralSupport.
NewHeaderRequest generates requests for Header.
NewNoAuthenticationRequest generates requests for NoAuthentication.
NewOpenIdConnectRequest generates requests for OpenIdConnect.
NewOptionalAuthenticationRequest generates requests for OptionalAuthentication.
ParseApiKeyResponse parses an HTTP response from a ApiKeyWithResponse call.
ParseBasicResponse parses an HTTP response from a BasicWithResponse call.
ParseBearerJwtResponse parses an HTTP response from a BearerJwtWithResponse call.
ParseBearerResponse parses an HTTP response from a BearerWithResponse call.
ParseCookieResponse parses an HTTP response from a CookieWithResponse call.
ParseForcedInvalidAuthenticationResponse parses an HTTP response from a ForcedInvalidAuthenticationWithResponse call.
ParseGeneralSupportAllResponse parses an HTTP response from a GeneralSupportAllWithResponse call.
ParseGeneralSupportAuthorizationCodeResponse parses an HTTP response from a GeneralSupportAuthorizationCodeWithResponse call.
ParseGeneralSupportClientCredentialsResponse parses an HTTP response from a GeneralSupportClientCredentialsWithResponse call.
ParseGeneralSupportImplicitResponse parses an HTTP response from a GeneralSupportImplicitWithResponse call.
ParseGeneralSupportResponse parses an HTTP response from a GeneralSupportWithResponse call.
ParseHeaderResponse parses an HTTP response from a HeaderWithResponse call.
ParseNoAuthenticationResponse parses an HTTP response from a NoAuthenticationWithResponse call.
ParseOpenIdConnectResponse parses an HTTP response from a OpenIdConnectWithResponse call.
ParseOptionalAuthenticationResponse parses an HTTP response from a OptionalAuthenticationWithResponse 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
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# 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
ClientOption allows setting custom parameters during construction.
RequestEditorFn is the function signature for the RequestEditor callback function.