π Demo Project
Are you in the search of the best event staff? Our company is what you need. Organise your event in the best way, avoiding all the hassle and embarrassment of planning. We will take care of all the details ensuring the best results for any event! Start your experience now!
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Product /catalog/product/{id} |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Categories /catalog/categories |
|
| Order | ||
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| POST |
Place Order /order/{id}/place |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| Authentication | ||
| POST |
Login /auth/login |
|
| GET |
Me /auth/me |
|
| POST |
Create User (Sign Up) /auth/user |
|
π Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | β |
|