package
0.1.2
Repository: https://github.com/widmnd/go-strava-api-v3.git
Documentation: pkg.go.dev

# Functions

New creates a new uploads API client.
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 values initialized.
NewCreateUploadParamsWithContext creates a new CreateUploadParams object with the default values initialized, and the ability to set a context for a request.
NewCreateUploadParamsWithHTTPClient creates a new CreateUploadParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewCreateUploadParamsWithTimeout creates a new CreateUploadParams object with the default values initialized, and 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 values initialized.
NewGetUploadByIDParamsWithContext creates a new GetUploadByIDParams object with the default values initialized, and the ability to set a context for a request.
NewGetUploadByIDParamsWithHTTPClient creates a new GetUploadByIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request.
NewGetUploadByIDParamsWithTimeout creates a new GetUploadByIDParams object with the default values initialized, and the ability to set a timeout on a request.

# Structs

Client for uploads API */.
CreateUploadCreated handles this case with default header values.
CreateUploadDefault handles this case with default header values.
CreateUploadParams contains all the parameters to send to the API endpoint for the create upload operation typically these are written to a http.Request */.
CreateUploadReader is a Reader for the CreateUpload structure.
GetUploadByIDDefault handles this case with default header values.
GetUploadByIDOK handles this case with default header values.
GetUploadByIDParams contains all the parameters to send to the API endpoint for the get upload by Id operation typically these are written to a http.Request */.
GetUploadByIDReader is a Reader for the GetUploadByID structure.

# Interfaces

ClientService is the interface for Client methods.