added links to API calls

This commit is contained in:
Karen Carias 2015-06-10 17:07:55 +00:00
parent 41469e5c5d
commit 41a21912c6

View file

@ -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
```