Need a free cursor pagination API for testing
Need something like https://jsonplaceholder.typicode.com/ but supports cursor pagination. Anything like that exist?
1 Reply
if you're just testing something out on the frontend, use Chrome Overrides to mock the response you want for a specific URL (query params included ‼️), it's pretty good