Created
September 12, 2016 11:28
-
-
Save juanmaguitar/f596f037234efec39eb1c3a10ce41232 to your computer and use it in GitHub Desktop.
BASH:CURL post github w/ data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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