# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateProfileRequest calls the generic CreateProfile builder with application/json body.
NewCreateProfileRequestWithBody generates requests for CreateProfile with any type of body.
NewDeleteProfileRequest generates requests for DeleteProfile.
NewListProfilesRequest generates requests for ListProfiles.
NewRetrieveProfileDetailsRequest generates requests for RetrieveProfileDetails.
ParseCreateProfileResponse parses an HTTP response from a CreateProfileWithResponse call.
ParseDeleteProfileResponse parses an HTTP response from a DeleteProfileWithResponse call.
ParseListProfilesResponse parses an HTTP response from a ListProfilesWithResponse call.
ParseRetrieveProfileDetailsResponse parses an HTTP response from a RetrieveProfileDetailsWithResponse 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.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateProfilePayload defines model for CreateProfilePayload.
CreateProfileResponse defines model for CreateProfileResponse.
No description provided by the author
No description provided by the author
ErrorResponseModel defines model for ErrorResponseModel.
No description provided by the author
ProfileFields defines model for ProfileFields.
ProfileListResponse defines model for ProfileListResponse.
ResponseModel defines model for ResponseModel.
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.
CreateProfileJSONRequestBody defines body for CreateProfile for application/json ContentType.
RequestEditorFn is the function signature for the RequestEditor callback function.