package
0.0.0-20240723204153-c13c606251cc
Repository: https://github.com/4armedlabs/fireface-sdk-go.git
Documentation: pkg.go.dev

# Functions

Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewDeleteAuthUsersIdRequest generates requests for DeleteAuthUsersId.
NewGetAuthUsersIdRequest generates requests for GetAuthUsersId.
NewGetAuthUsersRequest generates requests for GetAuthUsers.
NewPostAuthUsersRequest calls the generic PostAuthUsers builder with application/json body.
NewPostAuthUsersRequestWithBody generates requests for PostAuthUsers with any type of body.
NewPostAuthVerifyIDTokenRequest calls the generic PostAuthVerifyIDToken builder with application/json body.
NewPostAuthVerifyIDTokenRequestWithBody generates requests for PostAuthVerifyIDToken with any type of body.
NewPutAuthUsersIdRequest calls the generic PutAuthUsersId builder with application/json body.
NewPutAuthUsersIdRequestWithBody generates requests for PutAuthUsersId with any type of body.
ParseDeleteAuthUsersIdResponse parses an HTTP response from a DeleteAuthUsersIdWithResponse call.
ParseGetAuthUsersIdResponse parses an HTTP response from a GetAuthUsersIdWithResponse call.
ParseGetAuthUsersResponse parses an HTTP response from a GetAuthUsersWithResponse call.
ParsePostAuthUsersResponse parses an HTTP response from a PostAuthUsersWithResponse call.
ParsePostAuthVerifyIDTokenResponse parses an HTTP response from a PostAuthVerifyIDTokenWithResponse call.
ParsePutAuthUsersIdResponse parses an HTTP response from a PutAuthUsersIdWithResponse 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

# Structs

Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
DecodedIdToken defines model for DecodedIdToken.
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
User defines model for User.
UserToCreate defines model for UserToCreate.
UserToUpdate defines model for UserToUpdate.
VerifyIdTokenRequest defines model for VerifyIdTokenRequest.

# 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.
PostAuthUsersJSONRequestBody defines body for PostAuthUsers for application/json ContentType.
PostAuthVerifyIDTokenJSONRequestBody defines body for PostAuthVerifyIDToken for application/json ContentType.
PutAuthUsersIdJSONRequestBody defines body for PutAuthUsersId for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.