-
In example I request https://mobile.bereal.com/api/relationships/friends {
"next": "QQAspebQYVc538hQtJbHgG73iTJ3",
"total": 0,
"data": [...]
} How do I use the next field to get more results about my friends as it's not showing the full array? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Okay did some tries and errors and found out that the request should be like this wierd they used ?page instead of ?next |
Beta Was this translation helpful? Give feedback.
-
Good find! |
Beta Was this translation helpful? Give feedback.
-
I will close the issue, thanks for noticing it🙌 |
Beta Was this translation helpful? Give feedback.
Okay did some tries and errors and found out that the request should be like this
https://mobile.bereal.com/api/relationships/friends?page=QQAspebQYVc538hQtJbHgG73iTJ3
wierd they used ?page instead of ?next
Anyways you might want to include this into the docs