Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using curl:

Code Block
curl POST GET-H "Authorization: OAuth realm=\"https://service.belladati.com/\", oauth_consumer_key=\"myConsumer\", oauth_token=\"mh7an9dkrg59\", oauth_timestamp=\"135131231\", oauth_nonce=\"randomString\""  https://service.belladati.com/api/media/image/1234 -o file.png

When image with specified ID exists, the server returns the image in response.

...