cli/pkg/cmd/api
Mislav Marohnić c945fb4336 Automatically add per_page=100 to paginated REST requests
Most endpoints respect this parameter by default. Those that don't will
just ignore it. The `per_page=100` parameter is not added if there is
already a `per_page` parameter specified in the request.
2020-06-23 18:42:57 +02:00
..
api.go Automatically add per_page=100 to paginated REST requests 2020-06-23 18:42:57 +02:00
api_test.go Automatically add per_page=100 to paginated REST requests 2020-06-23 18:42:57 +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
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