This commit is contained in:
arcan1s 2014-07-28 12:06:11 +04:00
parent fb329dcc7e
commit cdc33f57eb

View File

@ -29,7 +29,7 @@ Send issue over GitHub
User should type own username and password. [GitHub API](https://developer.github.com/v3/issues/) is used for creating issue. The typical POST request is
curl -X POST -u user:pass -d '{"title":"A new bug","body":"Some error occurs"}' https://api.github.com/repos/owner/repo/issues
curl -X POST -u user:pass -d '{"title":"A new bug","body":"Some error occurs"}' https://api.github.com/repos/owner/repo/issues
Available variables: