Flickrex.Flickr.Photos.Upload (flickrex v0.8.1) View Source
Link to this section Summary
Functions
Checks the status of one or more asynchronous photo upload tickets.
Link to this section Types
Specs
arg() :: String.Chars.t()
Specs
operation() :: Flickrex.Operation.Rest.t()
Specs
opts() :: Flickrex.Rest.args()
Link to this section Functions
Specs
Checks the status of one or more asynchronous photo upload tickets.
This method does not require authentication.
Arguments
tickets- A comma-delimited list of ticket ids
Example response
%{
"stat" => "ok",
"uploader" => %{
"ticket" => [
%{"complete" => "1", "id" => "128", "photoid" => "2995"},
%{"complete" => "0", "id" => "129"},
%{"complete" => "2", "id" => "130"},
%{"id" => "131", "invalid" => "1"}
]
}
}