druv5319 / Sneaks-API

A StockX, FlightClub, Goat, and Stadium Goods API all in one. This sneaker API allows users to search sneakers and track and compare prices while providing additional info such as product links and images
438 stars 118 forks source link

added optional query param of count when searching for shoes #12

Closed erikmaday closed 3 years ago

erikmaday commented 3 years ago

Tested all the endpoints that hit the sites (not the db) and look to work fine. The /home endpoint won't necessarily return as many as the count because it is limited elsewhere.

Let me know if you have any issues or questions.

druv5319 commented 3 years ago

Looks great! Before I merge it can you add a default count of 40 to the getProducts function?

erikmaday commented 3 years ago

Updated!