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

@ -29,12 +29,12 @@ _NOTE:_ Always pass in the `returnSizes` parameter for sizes you plan on using.
_Authentication: optional_
GET /photo/:id.json
GET /photo/:id/view.json
<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]
----------------------------------------
@ -110,4 +110,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