day-cohort-70 / Bangazon-API-BandyChamps

0 stars 0 forks source link

Feature: Get list of products over a specified price #33

Open stevebrownlee opened 2 months ago

stevebrownlee commented 2 months ago

When the client performs a GET request to the products resource, and specifies a minimum price as a query string parameter, the results should contain products whose price property value is equal to, or greater than, the value of the query string parameter.

Example

http://localhost:8000/products?min_price=150

samsheps commented 1 month ago

similar to what we did with minimum products sold ticket