Answer the question
In order to leave comments, you need to log in
`
Where can I find an Api with an array of products, where through "/" you can specify the page, number of products per page, category selection and search?
Here is an Api example that I found, but it is impossible to specify the search and selection of a product category through "/"
axios.get(`https://reqres.in/api/users?page=${state.currentPage}&per_page=${state.pageSize}`)
axios.get(`https://reqres.in/api/users/${id}`)
Answer the question
In order to leave comments, you need to log in
Create it on the same nodejs, spend less time than you will look for
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question