The App GardenCreate an App API Documentation Feeds What is the App Garden? |
REST Request Format
REST is the simplest request format to use - it's a simple HTTP GET or POST action.
The REST Endpoint URL is https://www.flickr.com/services/rest/
To request the flickr.test.echo service, invoke like this:
https://www.flickr.com/services/rest/?method=flickr.test.echo&name=value
By default, REST requests will send a REST response.