Nicklas-Holmqvist / kodprov

0 stars 0 forks source link

Feat - create pagination #6

Closed Nicklas-Holmqvist closed 2 years ago

Nicklas-Holmqvist commented 2 years ago

The user should have the ability to go back and forth, to first and last. Read in the documentation how to use paginations. documentation: https://www.anapioficeandfire.com/Documentation

Nicklas-Holmqvist commented 2 years ago

Worktime - 8h I didn't really understand how to get "Links" from the api header. After I've got the data I tryed different approach to split it up. But after a while I found an npm package that did the work for me. Lesson, look for npm earlier.