👋 Demo Project
Boston, Massachusetts-based AAW Limo Service provides nationwide limo service. The personnel at AAW Limo Service is knowledgeable and skilled. NLA (National Limousine Association) members and fully insured executives of AAW Limo Service limousine service. The greatest experience in the American transportation sector is provided by AAW Limo Service limousine service.
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Products /catalog/products |
|
| Order | ||
| POST |
Create Order /order/new |
|
| GET |
Get Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Cancel Order /order/{id} |
|
| POST |
Place Order /order/{id}/place |
|
| Authentication | ||
| GET |
Me /auth/me |
|
| POST |
Login /auth/login |
|
| POST |
Create User (Sign Up) /auth/user |
|
👋 Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|