added links to API calls
This commit is contained in:
parent
41469e5c5d
commit
41a21912c6
1 changed files with 191 additions and 191 deletions
|
@ -183,10 +183,10 @@ By default, groups only get 20 namespaces at a time because the API results are
|
|||
|
||||
To get more (up to 100), pass the following as an argument to the API call:
|
||||
```
|
||||
per_page=100
|
||||
/groups?per_page=100
|
||||
```
|
||||
|
||||
And to switch pages add:
|
||||
```
|
||||
page=2
|
||||
/groups?per_page=100&page=2
|
||||
```
|
Loading…
Reference in a new issue