# Functions
Creates a new Client, with reasonable defaults.
NewClientWithResponses creates a new ClientWithResponses, which wraps Client with return type handling.
NewCreateFunctionRequest calls the generic CreateFunction builder with application/json body.
NewCreateFunctionRequestWithBody generates requests for CreateFunction with any type of body.
NewCreateOrganizationRequest calls the generic CreateOrganization builder with application/json body.
NewCreateOrganizationRequestWithBody generates requests for CreateOrganization with any type of body.
NewCreateProjectRequest calls the generic CreateProject builder with application/json body.
NewCreateProjectRequestWithBody generates requests for CreateProject with any type of body.
NewCreateSecretsRequest calls the generic CreateSecrets builder with application/json body.
NewCreateSecretsRequestWithBody generates requests for CreateSecrets with any type of body.
NewDeleteFunctionRequest generates requests for DeleteFunction.
NewDeleteSecretsRequest calls the generic DeleteSecrets builder with application/json body.
NewDeleteSecretsRequestWithBody generates requests for DeleteSecrets with any type of body.
NewGetFunctionRequest generates requests for GetFunction.
NewGetFunctionsRequest generates requests for GetFunctions.
NewGetOrganizationsRequest generates requests for GetOrganizations.
NewGetProjectsRequest generates requests for GetProjects.
NewGetSecretsRequest generates requests for GetSecrets.
NewUpdateFunctionRequest calls the generic UpdateFunction builder with application/json body.
NewUpdateFunctionRequestWithBody generates requests for UpdateFunction with any type of body.
ParseCreateFunctionResponse parses an HTTP response from a CreateFunctionWithResponse call.
ParseCreateOrganizationResponse parses an HTTP response from a CreateOrganizationWithResponse call.
ParseCreateProjectResponse parses an HTTP response from a CreateProjectWithResponse call.
ParseCreateSecretsResponse parses an HTTP response from a CreateSecretsWithResponse call.
ParseDeleteFunctionResponse parses an HTTP response from a DeleteFunctionWithResponse call.
ParseDeleteSecretsResponse parses an HTTP response from a DeleteSecretsWithResponse call.
ParseGetFunctionResponse parses an HTTP response from a GetFunctionWithResponse call.
ParseGetFunctionsResponse parses an HTTP response from a GetFunctionsWithResponse call.
ParseGetOrganizationsResponse parses an HTTP response from a GetOrganizationsWithResponse call.
ParseGetProjectsResponse parses an HTTP response from a GetProjectsWithResponse call.
ParseGetSecretsResponse parses an HTTP response from a GetSecretsWithResponse call.
ParseUpdateFunctionResponse parses an HTTP response from a UpdateFunctionWithResponse 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
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
No description provided by the author
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyPlan.
Defines values for FunctionResponseStatus.
Defines values for FunctionResponseStatus.
Defines values for FunctionResponseStatus.
Defines values for FunctionSlugResponseStatus.
Defines values for FunctionSlugResponseStatus.
Defines values for FunctionSlugResponseStatus.
Defines values for CreateProjectBodyPlan.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
Defines values for CreateProjectBodyRegion.
# Structs
Client which conforms to the OpenAPI3 specification for this service.
ClientWithResponses builds on ClientInterface to offer response payloads.
CreateFunctionBody defines model for CreateFunctionBody.
No description provided by the author
CreateOrganizationBody defines model for CreateOrganizationBody.
No description provided by the author
CreateProjectBody defines model for CreateProjectBody.
No description provided by the author
CreateSecretBody defines model for CreateSecretBody.
No description provided by the author
No description provided by the author
No description provided by the author
FunctionResponse defines model for FunctionResponse.
FunctionSlugResponse defines model for FunctionSlugResponse.
GetFunctionParams defines parameters for GetFunction.
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
OrganizationResponse defines model for OrganizationResponse.
ProjectResponse defines model for ProjectResponse.
SecretResponse defines model for SecretResponse.
UpdateFunctionBody defines model for UpdateFunctionBody.
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.
CreateFunctionJSONBody defines parameters for CreateFunction.
CreateFunctionJSONRequestBody defines body for CreateFunction for application/json ContentType.
CreateOrganizationJSONBody defines parameters for CreateOrganization.
CreateOrganizationJSONRequestBody defines body for CreateOrganization for application/json ContentType.
CreateProjectBodyPlan defines model for CreateProjectBody.Plan.
CreateProjectBodyRegion defines model for CreateProjectBody.Region.
CreateProjectJSONBody defines parameters for CreateProject.
CreateProjectJSONRequestBody defines body for CreateProject for application/json ContentType.
CreateSecretsJSONBody defines parameters for CreateSecrets.
CreateSecretsJSONRequestBody defines body for CreateSecrets for application/json ContentType.
DeleteSecretsJSONBody defines parameters for DeleteSecrets.
DeleteSecretsJSONRequestBody defines body for DeleteSecrets for application/json ContentType.
FunctionResponseStatus defines model for FunctionResponse.Status.
FunctionSlugResponseStatus defines model for FunctionSlugResponse.Status.
RequestEditorFn is the function signature for the RequestEditor callback function.
UpdateFunctionJSONBody defines parameters for UpdateFunction.
UpdateFunctionJSONRequestBody defines body for UpdateFunction for application/json ContentType.