Adding hello world API docs and updating returnSizes mentions.

This commit is contained in:
Jaisen Mathai 2011-10-03 13:31:24 -07:00
parent e41e02ae72
commit a09a7b9d03
8 changed files with 159 additions and 21 deletions

View file

@ -34,9 +34,10 @@ _Authentication: optional_
<a name="parameters"></a>
### Parameters
1. returnSizes (optional), The photo sizes you'd like in the response. Specify every size you plan on using.
1. returnSizes (optional), The photo sizes you'd like in the response. Specify every size you plan on using. [Docs for this parameter][ReturnSizes]
1. pageSize (optional), Number of photos to return per request.
1. page (optional), Page number when browsing through photos. Starts at 1.
1. tags (optional), _i.e. dog,cat_ - A comma delimited string of alpha numeric strings.
1. tags (optional), _i.e. dog,cat_ - A comma delimited string of strings.
----------------------------------------
@ -142,4 +143,5 @@ The response is in a standard [response envelope][Envelope].
[example-php]: #example-php
[response]: #response
[sample]: #sample
[photogeneration]: ../PhotoGeneration.markdown
[photogeneration]: faq/PhotoGeneration.markdown
[ReturnSizes]: faq/ReturnSizes.markdown