Protected
accessProtected
baseProtected
Optional
OnProtected
Optional
rateDeletes a shot by its ID.
The unique identifier of the shot to delete.
A promise that resolves to a FetchResponse indicating the deletion result.
Fetches a specific shot by its ID.
The unique identifier of the shot.
A promise that resolves to a FetchResponse containing the shot data.
Fetches a paginated list of shots.
The page number to retrieve. Defaults to 1
.
The number of shots per page. Defaults to 30
.
A promise that resolves to a FetchResponse containing an array of Shot objects.
Updates an existing shot by its ID with the specified parameters.
The unique identifier of the shot to update.
The parameters for updating the shot. See UpdateShotParams.
A promise that resolves to a FetchResponse containing the updated shot data.
Provides methods for managing shots via the API.
Remarks
This class extends ApiClient to interact with shot-related endpoints, including listing, fetching, updating, and deleting shots.
Example