Method | EndPoint |
---|---|
GET | https://iammiguelmx-rest-api.glitch.me/products |
GET/Product | https://iammiguelmx-rest-api.glitch.me/products/Laptop |
POST | https://iammiguelmx-rest-api.glitch.me/products |
DELETE | https://iammiguelmx-rest-api.glitch.me/products/Laptop |
UPDATE | 👀 |
{
"name": "Product",
"price": 10000,
"quantity": 10
}
- Write MORE Tests
- Method for Update 👀
MIT
Free Software, Hell Yeah!