Commit 41a21912 authored by Karen Carias's avatar Karen Carias

added links to API calls

parent 41469e5c
...@@ -183,10 +183,10 @@ By default, groups only get 20 namespaces at a time because the API results are ...@@ -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: 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: And to switch pages add:
``` ```
page=2 /groups?per_page=100&page=2
``` ```
\ No newline at end of file
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