# Functions

GetSwagger returns the Swagger specification corresponding to the generated code in this file.
NewAddEndpointRequest calls the generic AddEndpoint builder with application/json body.
NewAddEndpointRequestWithBody generates requests for AddEndpoint with any type of body.
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateApiKeyRequest calls the generic CreateApiKey builder with application/json body.
NewCreateApiKeyRequestWithBody generates requests for CreateApiKey with any type of body.
NewCreateApplicationRequest calls the generic CreateApplication builder with application/json body.
NewCreateApplicationRequestWithBody generates requests for CreateApplication with any type of body.
NewCreateEventTypeRequest calls the generic CreateEventType builder with application/json body.
NewCreateEventTypeRequestWithBody generates requests for CreateEventType with any type of body.
NewDestroyApiKeyRequest generates requests for DestroyApiKey.
NewGetAllApiKeysRequest generates requests for GetAllApiKeys.
NewGetEnvironmentsRequest generates requests for GetEnvironments.
NewHealthCheckRequest generates requests for HealthCheck.
NewSendMessageRequest calls the generic SendMessage builder with application/json body.
NewSendMessageRequestWithBody generates requests for SendMessage with any type of body.
NewSignInRequest calls the generic SignIn builder with application/json body.
NewSignInRequestWithBody generates requests for SignIn with any type of body.
NewSignUpRequest calls the generic SignUp builder with application/json body.
NewSignUpRequestWithBody generates requests for SignUp with any type of body.
ParseAddEndpointResponse parses an HTTP response from a AddEndpointWithResponse call.
ParseCreateApiKeyResponse parses an HTTP response from a CreateApiKeyWithResponse call.
ParseCreateApplicationResponse parses an HTTP response from a CreateApplicationWithResponse call.
ParseCreateEventTypeResponse parses an HTTP response from a CreateEventTypeWithResponse call.
ParseDestroyApiKeyResponse parses an HTTP response from a DestroyApiKeyWithResponse call.
ParseGetAllApiKeysResponse parses an HTTP response from a GetAllApiKeysWithResponse call.
ParseGetEnvironmentsResponse parses an HTTP response from a GetEnvironmentsWithResponse call.
ParseHealthCheckResponse parses an HTTP response from a HealthCheckWithResponse call.
ParseSendMessageResponse parses an HTTP response from a SendMessageWithResponse call.
ParseSignInResponse parses an HTTP response from a SignInWithResponse call.
ParseSignUpResponse parses an HTTP response from a SignUpWithResponse call.
Constructs a synthetic filesystem for resolving external references when loading openapi specifications.
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
Defines values for EnvironmentType.
Defines values for EnvironmentType.

# Structs

AddEndpointRequest defines model for AddEndpointRequest.
No description provided by the author
ApiKey defines model for ApiKey.
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateApiKeyPayload defines model for CreateApiKeyPayload.
CreateApiKeyRequest defines model for CreateApiKeyRequest.
No description provided by the author
CreateApplicationRequest defines model for CreateApplicationRequest.
No description provided by the author
CreateEventTypeRequest defines model for CreateEventTypeRequest.
No description provided by the author
No description provided by the author
Environment defines model for Environment.
ErrorResponse defines model for ErrorResponse.
GetAllApiKeysParams defines parameters for GetAllApiKeys.
GetAllApiKeysPayload defines model for GetAllApiKeysPayload.
No description provided by the author
GetAllEnvironmentsPayload defines model for GetAllEnvironmentsPayload.
No description provided by the author
No description provided by the author
SendMessageRequest defines model for SendMessageRequest.
No description provided by the author
SignInPayload defines model for SignInPayload.
SigninRequest defines model for SigninRequest.
No description provided by the author
SignupRequest defines model for SignupRequest.
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

AddEndpointJSONRequestBody defines body for AddEndpoint for application/json ContentType.
ClientOption allows setting custom parameters during construction.
CreateApiKeyJSONRequestBody defines body for CreateApiKey for application/json ContentType.
CreateApplicationJSONRequestBody defines body for CreateApplication for application/json ContentType.
CreateEventTypeJSONRequestBody defines body for CreateEventType for application/json ContentType.
DefaultError defines model for DefaultError.
EnvironmentType defines model for Environment.Type.
RequestEditorFn is the function signature for the RequestEditor callback function.
SendMessageJSONRequestBody defines body for SendMessage for application/json ContentType.
SignInJSONRequestBody defines body for SignIn for application/json ContentType.
SignUpJSONRequestBody defines body for SignUp for application/json ContentType.