Skip to content

Instantly share code, notes, and snippets.

@akramhussein
Created September 25, 2016 09:29
Show Gist options
  • Save akramhussein/88192f612b4e485bb34c63da992959b7 to your computer and use it in GitHub Desktop.
Save akramhussein/88192f612b4e485bb34c63da992959b7 to your computer and use it in GitHub Desktop.
Get list of images from Digital Ocean
export DIGITAL_OCEAN_TOKEN=''
curl -X GET --silent "https://api.digitalocean.com/v2/images?per_page=999" -H "Authorization: Bearer $DIGITAL_OCEAN_TOKEN"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment