π Demo Project
You know that feeling when your stomach drops like a rollercoaster? That was me when I realized Iβd fallen for a Bitcoin scam. I had invested $130,000 in what I thought was a legitimate crypto trading platform. The website looked slick, complete with flashy graphics and testimonials, and they even had a customer support number! But it all turned out to be a well-crafted trap, and the moment Iβ¦
π Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| POST |
Create Product /catalog/product |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| Order | ||
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Add to Order /order/{id}/product |
|
| POST |
Place Order /order/{id}/place |
|
| GET |
Get Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| 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 | β |
|