๐ Demo Project
Technos Media is dedicated to bringing you the latest advancements in technology, science, and business. Our platform offers a rich blend of news, reviews, in-depth analyses, and opinion pieces, covering a broad spectrum of topics. Weโre committed to keeping you updated on the latest technological wonders, as well as groundbreaking scientific and medical discoveries. Our enthusiastic andโฆ
๐ Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| POST |
Create Product /catalog/product |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| GET |
Get Categories /catalog/categories |
|
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| GET |
Get Product /catalog/product/{id} |
|
| Order | ||
| POST |
Place Order /order/{id}/place |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| GET |
Get Order /order/{id} |
|
| 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 | โ |
|