π Demo Project
Founded 1993 we specialize in sourcing the finest green coffee from around the world and bringing it to our customers in North America. Our coffee is warehouse in the United States & Canada where we serve some of the finest boutique roaster across North America with the finest rare coffee offerings.
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| Order | ||
| GET |
Get User Orders /order/my |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get Order /order/{id} |
|
| POST |
Place Order /order/{id}/place |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| Authentication | ||
| GET |
Me /auth/me |
|
| POST |
Create User (Sign Up) /auth/user |
|
| POST |
Login /auth/login |
|
π Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | β |
|