WEEE-Open / skeeelled

An e-learning platform for the modern age
https://weee-open.github.io/skeeelled
5 stars 7 forks source link

Add itemsPerPage and page parameters in API.js #163

Closed sahircansurmeli closed 1 year ago

sahircansurmeli commented 1 year ago

Functions in API.js should not use fixed query params in the fetch, but instead take it as a parameter in the function and pass it down to fetch. This is especially important for page and itemsPerPage.

debonabbo commented 1 year ago

Done 🍕