mirror of
https://github.com/arcan1s/reportabug.git
synced 2025-04-24 15:27:18 +00:00
edit
This commit is contained in:
parent
fb329dcc7e
commit
cdc33f57eb
@ -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:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user