cli/pkg/cmd/api
Mislav Marohnić 335f0117c0 Add more examples to api docs
- Clarify that fields need to be in "key=value" format
- Headers need to be in "key:value" format
- Contrast POST vs GET requests with params in examples
- Add an example of how to add HTTP headers
- Use backticks where applicable
2021-02-11 19:17:10 +01:00
..
api.go Add more examples to api docs 2021-02-11 19:17:10 +01:00
api_test.go Adding a hostname flag option for use with gh api 2020-10-21 16:31:20 +00:00
http.go Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00
http_test.go Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00
pagination.go Automatically add per_page=100 to paginated REST requests 2020-06-23 18:42:57 +02:00
pagination_test.go Automatically add per_page=100 to paginated REST requests 2020-06-23 18:42:57 +02:00