cli/pkg/cmd/api
Mislav Marohnić acf0046718 api command: support {owner} and {repo} placeholders
When `{owner}` and `{repo}` strings are found in request path (for REST
requests) or `query` (for GraphQL), they are replaced with values from
the repository of the current working directory.
2020-06-11 15:00:29 +02:00
..
api.go api command: support {owner} and {repo} placeholders 2020-06-11 15:00:29 +02:00
api_test.go api command: support {owner} and {repo} placeholders 2020-06-11 15:00:29 +02:00
http.go Turns out we do need explicit Content-Length for file uploads 2020-06-10 18:18:49 +02:00
http_test.go gh api: fix passing file/stdin contents via field arguments 2020-06-03 16:00:52 +02:00