Update pagination per last code decisions

This commit is contained in:
Diogo Cordeiro 2018-05-05 15:17:02 +01:00
parent 98d43a1e49
commit 1295f177ac
1 changed files with 5 additions and 4 deletions

View File

@ -40,10 +40,11 @@ ___
Query parameters:
| Field | Description | Optional |
| ---------- | -------------------------------------------------------------- | ---------- |
| `since` | Starts from nth entry | yes |
| `limit` | Maximum number of followers to get (Default 40, Max 80) | yes |
| Field | Description | Optional |
| ----------- | -------------------------------------------------------------- | ---------- |
| `max_id` | Get a list of likes with ID less than this value | yes |
| `since_id` | Get a list of likes with ID greater than this value | yes |
| `limit` | Maximum number of likes to get (Default 40, Max 80) | yes |
Return: