# Functions
New creates a new uploads API client.
New creates a new uploads API client with basic auth credentials.
New creates a new uploads API client with a bearer token for authentication.
NewCreateUploadCreated creates a CreateUploadCreated with default headers values.
NewCreateUploadDefault creates a CreateUploadDefault with default headers values.
NewCreateUploadParams creates a new CreateUploadParams object, with the default timeout for this client.
NewCreateUploadParamsWithContext creates a new CreateUploadParams object with the ability to set a context for a request.
NewCreateUploadParamsWithHTTPClient creates a new CreateUploadParams object with the ability to set a custom HTTPClient for a request.
NewCreateUploadParamsWithTimeout creates a new CreateUploadParams object with the ability to set a timeout on a request.
NewGetUploadByIDDefault creates a GetUploadByIDDefault with default headers values.
NewGetUploadByIDOK creates a GetUploadByIDOK with default headers values.
NewGetUploadByIDParams creates a new GetUploadByIDParams object, with the default timeout for this client.
NewGetUploadByIDParamsWithContext creates a new GetUploadByIDParams object with the ability to set a context for a request.
NewGetUploadByIDParamsWithHTTPClient creates a new GetUploadByIDParams object with the ability to set a custom HTTPClient for a request.
NewGetUploadByIDParamsWithTimeout creates a new GetUploadByIDParams object with the ability to set a timeout on a request.
WithContentType allows the client to force the Content-Type header to negotiate a specific Consumer from the server.
WithContentTypeApplicationJSON sets the Content-Type header to "application/json".
WithContentTypeMultipartFormData sets the Content-Type header to "multipart/form-data".
# Structs
Client for uploads API
*/.
CreateUploadCreated describes a response with status code 201, with default header values.
CreateUploadDefault describes a response with status code -1, with default header values.
CreateUploadParams contains all the parameters to send to the API endpoint
for the create upload operation.
CreateUploadReader is a Reader for the CreateUpload structure.
GetUploadByIDDefault describes a response with status code -1, with default header values.
GetUploadByIDOK describes a response with status code 200, with default header values.
GetUploadByIDParams contains all the parameters to send to the API endpoint
for the get upload by Id operation.
GetUploadByIDReader is a Reader for the GetUploadByID structure.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption may be used to customize the behavior of Client methods.