Last active
June 9, 2016 14:17
-
-
Save maxtortime/2989073580adb7be68b0b1a93b0c21fe to your computer and use it in GitHub Desktop.
creating new issue by postman
This file contains 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 -X POST -H "Content-Type: application/json" -H "Cache-Control: no-cache" -H "Postman-Token: 6eafe619-9856-1e4c-857f-3c7b8157e144" -d '{ | |
"title": "New logo", | |
"body": "We should have one", | |
"labels": ["design"] | |
}' "https://api.github.com/repos/maxtortime/python-lotto/issues?access_token=" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment