π Demo Project
Creating unique looks and finding the right clothing for each event will require you a professional touch. Working with a personal stylist in Los Angeles will help you to create the best style for yourself, learn how to coordinate your clothing for each event, and feel confident in your style! Get in touch with the best stylist!
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| Order | ||
| GET |
Get Order /order/{id} |
|
| POST |
Create Order /order/new |
|
| POST |
Place Order /order/{id}/place |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| 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 | β |
|