Skip to content

Instantly share code, notes, and snippets.

@tstachl
Created November 24, 2014 18:31
Show Gist options
  • Save tstachl/a6f73849b559164fd95c to your computer and use it in GitHub Desktop.
Save tstachl/a6f73849b559164fd95c to your computer and use it in GitHub Desktop.
Download attachment from desk.com using curl.
curl -L https://example.desk.com/api/v2/cases/3061/attachments/82558857/url -u [email protected]:password > my_image.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment