Created
June 20, 2014 20:07
-
-
Save jmertic/5a1e09870b4c754a39e4 to your computer and use it in GitHub Desktop.
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
{ | |
"grant_type":"password", | |
"client_id":"sugar", | |
"client_secret":"", | |
"username":"admin", | |
"password":"password", | |
"platform":"myspecialapp" // change 'myspecialapp' to whatever you want to refer to your app as | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment