Changes from Version 1 of zooomr.photos.transform.rotate

Show
Ignore:
Author:
bluemonki (IP: 78.86.133.53)
Timestamp:
05/11/08 02:54:10 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • zooomr.photos.transform.rotate

    v0 v1  
     1= zooomr.photos.transform.rotate = 
     2 
     3Rotate a photo. 
     4 
     5=== Authentication === 
     6 
     7This method requires authentication with 'write' permission. 
     8 
     9Note: This method requires an HTTP POST request. 
     10 
     11=== Arguments === 
     12 
     13api_key (Required) 
     14    Your API application key. 
     15photo_id (Required) 
     16    The id of the photo to rotate. 
     17degrees (Required) 
     18    The amount of degrees by which to rotate the photo (clockwise) from it's current orientation. Valid values are 90, 180 and 270. 
     19 
     20=== Example Response === 
     21{{{ 
     22 {"stat": "ok"} 
     23}}}