Open binkabir opened 8 years ago
Hi all, we need to add pagination to the returned query, now that I have added the response limit to 50 (by default), the returned json need to have more information about the remain responses, im proposing a structure like this:
{ size: 50, next_page: "/api/v1/faker/people/50/3" previous_page: "/api/v1/faker/people/50/1" response: [........] }```
Hi all, we need to add pagination to the returned query, now that I have added the response limit to 50 (by default), the returned json need to have more information about the remain responses, im proposing a structure like this: