Closed KikoTs closed 1 year ago
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
Good find!
I will close the issue, thanks for noticing it🙌
In example I request https://mobile.bereal.com/api/relationships/friends and i get a JSON containing 3 main fields { "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?