flickrex v0.3.0 Flickr.Blogs

Summary

Functions

Get a list of configured blogs for the calling user

Return a list of Flickr supported blogging services

Types

args()
args() :: Keyword.t
client()
client() :: Flickrex.Client.t
response()
response() :: Flickrex.Parser.response

Functions

get_list(client, args \\ [])
get_list(client, args) :: response

Get a list of configured blogs for the calling user.

This method requires authentication with “read” permission.

Arguments

get_services(client, args \\ [])
get_services(client, args) :: response

Return a list of Flickr supported blogging services

This method does not require authentication.

Arguments

post_photo(client, args \\ [])
post_photo(client, args) :: response

This method requires authentication with “write” permission.

Arguments

  • blog_id - The id of the blog to post to.

  • photo_id - (required) The id of the photo to blog

  • title - (required) The blog post title

  • description - (required) The blog post body

  • blog_password - The password for the blog (used when the blog does not have a stored password).

  • service - A Flickr supported blogging service. Instead of passing a blog id you can pass a service id and we’ll post to the first blog of that service we find.