Update pagination per last code decisions
This commit is contained in:
parent
98d43a1e49
commit
1295f177ac
@ -41,9 +41,10 @@ ___
|
|||||||
Query parameters:
|
Query parameters:
|
||||||
|
|
||||||
| Field | Description | Optional |
|
| Field | Description | Optional |
|
||||||
| ---------- | -------------------------------------------------------------- | ---------- |
|
| ----------- | -------------------------------------------------------------- | ---------- |
|
||||||
| `since` | Starts from nth entry | yes |
|
| `max_id` | Get a list of likes with ID less than this value | yes |
|
||||||
| `limit` | Maximum number of followers to get (Default 40, Max 80) | 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:
|
Return:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user