Skip to content

Instantly share code, notes, and snippets.

@maxtortime
Last active June 9, 2016 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maxtortime/2989073580adb7be68b0b1a93b0c21fe to your computer and use it in GitHub Desktop.
Save maxtortime/2989073580adb7be68b0b1a93b0c21fe to your computer and use it in GitHub Desktop.
creating new issue by postman
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