👋 Demo Project
In 2022, I found myself entangled in a distressing situation involving a Bitcoin deposit on a trading website. Initially, the promise of profits had enticed me to invest, but soon after, I encountered difficulties when attempting to withdraw my funds. Emails and messages to the platform went unanswered, leaving me frustrated and uncertain about the safety of my investment. Desperate for…
👋 Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products /catalog/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Product /catalog/product/{id} |
|
| Order | ||
| GET |
Get User Orders /order/my |
|
| GET |
Get Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Cancel Order /order/{id} |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| POST |
Place Order /order/{id}/place |
|
| 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 | — |
|