๐ Demo Project
Looking for the best help with a child's behaviour? Here, at Behaviour Help, we give you all the required resources and tools to support your children to overcome emotional and behavioural disorders. Check out the most helpful positive behaviour support strategies to help your children overcome emotional and behavioural difficulties.
๐ Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| 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 |
|
| GET |
Get Product /catalog/product/{id} |
|
| POST |
Create Product /catalog/product |
|
| Order | ||
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| GET |
Get Order /order/{id} |
|
| POST |
Place Order /order/{id}/place |
|
| POST |
Add to Order /order/{id}/product |
|
| GET |
Get User Orders /order/my |
|
| POST |
Create Order /order/new |
|
| DELETE |
Cancel Order /order/{id} |
|
| 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 | โ |
|