Skip to content

Instantly share code, notes, and snippets.

@juanmaguitar
Created September 12, 2016 11:28
Show Gist options
  • Save juanmaguitar/f596f037234efec39eb1c3a10ce41232 to your computer and use it in GitHub Desktop.
Save juanmaguitar/f596f037234efec39eb1c3a10ce41232 to your computer and use it in GitHub Desktop.
BASH:CURL post github w/ data
curl -v -u USERNAME -X POST https://api.github.com/authorizations --data "{\"scopes\":[\"gist\"], \"note\": \"SublimeText 2/3 Gist plugin\"}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment