flickrex v0.3.0 Flickr.Photos.Transform

Summary

Types

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

Functions

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

Rotate a photo.

This method requires authentication with “write” permission.

Arguments

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

  • degrees - (required) The amount of degrees by which to rotate the photo (clockwise) from it’s current orientation. Valid values are 90, 180 and 270.