mirror of
https://github.com/arcan1s/reportabug.git
synced 2025-07-09 20:05:45 +00:00
edit
This commit is contained in:
@ -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
|
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:
|
Available variables:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user