day-cohort-70 / bangazon-api-i-like-planes-api

bangazon-api-i-like-planes-api created by GitHub Classroom
0 stars 0 forks source link

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

Closed stevebrownlee closed 1 day ago

stevebrownlee commented 1 week 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