hitman 0.12.1

A command line tool for hitting API endpoints
Documentation
1
2
3
4
5
6
7
8
POST {{base_url}}/repos/{{owner}}/{{repo}}/issues HTTP/1.1
Accept: application/vnd.github+json

{
    "title": "Found a bug",
    "body": "I'm having a problem with this.",
    "labels": [ {{ label[, ]["] }} ],
}