Commit 5faf2e75 authored by Sean Enck's avatar Sean Enck Committed by Achilleas Pipinellis

Specify to use the commonly spelled out pagination

What this does
- `per_page` no longer called out solely
- `page` works but not called out as a parameter
- uses common paging information
parent c6478b70
......@@ -24,7 +24,8 @@ Parameters:
- `path` (optional) - The path inside repository. Used to get content of subdirectories
- `ref` (optional) - The name of a repository branch or tag or if not given the default branch
- `recursive` (optional) - Boolean value used to get a recursive tree (false by default)
- `per_page` (optional) - Number of results to show per page. If not specified, defaults to `20`
- `per_page` (optional) - Number of results to show per page. If not specified, defaults to `20`.
Read more on [pagination](README.md#pagination).
```json
[
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment