abenteuerzeit / viva-la-carte

E-commerce Eating Lifestyle Service
2 stars 1 forks source link

Paging search results #40

Open piotrpalacz opened 1 year ago

piotrpalacz commented 1 year ago

Build Pagination from query search, display 20 results per page

The way pagination works in recipe search API has changed significantly from version 1. The parameters from and to are no longer supported. Instead, responses will contain a pre-constructed URL for the next request in _links.next.href. If this path is not present, then this was the last page and there are no more results.

prerequisites: