With this API you can visualize a large amount of sneakers with their informations :
- ID
- Name
- Brand(s)
- Retail price
There will be possibility to create a collection and add/delete the shoes you own. This collection can also be visualizable by everyone.
...
GET /snkrs GET /snkrs/${id} GET /snkrs/${id}?name=&brand=&cw=&price= POST /snkrs POST /collections GET /collections GET /collections/${id_collection} POST /collections/${id_collection}/snkrs/${id_sneakers} DELETE /collections/${id_collection}/snkrs/${id_sneakers}