# Functions
Given an API response try to derive pagination metrics.
Unmarshal Flickr API flickr.photos.upload method response, for asynchronous uploads, in to a UploadTicket instance.
No description provided by the author
Unmarshal Flickr API flickr.photos.upload.checkTickets method response into a CheckTicket instance.
Unmarshal a Flickr API response in to a Response struct.
No description provided by the author
No description provided by the author
# Structs
CheckTicket is a struct that maps to the Flickr API flickr.photos.upload.checkTickets method response.
Error is a struct containing information about a failed API request.
No description provided by the author
Pagination is a struct containing pagination metrics for a given API response.
Response is a struct containing only minimal information about an API request, notably it's Status and optionally an Error associated with the request.
No description provided by the author
Uploader is a struct that maps to the "uploader" element in a Flickr API flickr.photos.upload.checkTickets method response.
UploaderTicket is a struct that maps to the "ticket" array in a Flickr API flickr.photos.upload.checkTickets method response.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author