Skip to content

Instantly share code, notes, and snippets.

@jimwhimpey
Created April 26, 2016 23:26
Show Gist options
  • Save jimwhimpey/4bdd4eeeaad4a10968e2934a683afea9 to your computer and use it in GitHub Desktop.
Save jimwhimpey/4bdd4eeeaad4a10968e2934a683afea9 to your computer and use it in GitHub Desktop.
Flickr API cURL request
curl 'https://api.flickr.com/services/rest/' \
-d name=testing \
-d method=flickr.test.echo \
-d api_key=112d5d9e13e0c43e109233ff391f96ba
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment