# Functions
New creates a new projects API client.
NewGetProjectNotFound creates a GetProjectNotFound with default headers values.
NewGetProjectOK creates a GetProjectOK with default headers values.
NewGetProjectParams creates a new GetProjectParams object with the default values initialized.
NewGetProjectParamsWithContext creates a new GetProjectParams object with the default values initialized, and the ability to set a context for a request.
NewGetProjectParamsWithHTTPClient creates a new GetProjectParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetProjectParamsWithTimeout creates a new GetProjectParams object with the default values initialized, and the ability to set a timeout on a request.
NewGetProjectUnauthorized creates a GetProjectUnauthorized with default headers values.
NewListProjectsBadRequest creates a ListProjectsBadRequest with default headers values.
NewListProjectsOK creates a ListProjectsOK with default headers values.
NewListProjectsParams creates a new ListProjectsParams object with the default values initialized.
NewListProjectsParamsWithContext creates a new ListProjectsParams object with the default values initialized, and the ability to set a context for a request.
NewListProjectsParamsWithHTTPClient creates a new ListProjectsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewListProjectsParamsWithTimeout creates a new ListProjectsParams object with the default values initialized, and the ability to set a timeout on a request.
NewListProjectsUnauthorized creates a ListProjectsUnauthorized with default headers values.
# Structs
Client for projects API
*/.
GetProjectNotFound handles this case with default header values.
GetProjectOK handles this case with default header values.
GetProjectParams contains all the parameters to send to the API endpoint
for the get project operation typically these are written to a http.Request
*/.
GetProjectReader is a Reader for the GetProject structure.
GetProjectUnauthorized handles this case with default header values.
ListProjectsBadRequest handles this case with default header values.
ListProjectsOK handles this case with default header values.
ListProjectsParams contains all the parameters to send to the API endpoint
for the list projects operation typically these are written to a http.Request
*/.
ListProjectsReader is a Reader for the ListProjects structure.
ListProjectsUnauthorized handles this case with default header values.
# Interfaces
API is the interface of the projects client.