The following models are supported by the API:
# Blog and News
This model handles both the blogs and news classes, the following urls are supported:
| URL | Description |
|---|---|
categories/ | List and create categories |
categories/<str:unique_id>/ | Retrieve, update, or delete a specific category by unique ID |
blogs/ | List and create blogs |
blogs/<str:unique_id>/ | Retrieve, update, or delete a specific blog by unique ID |
news/ | List and create news articles |
news/<str:unique_id>/ | Retrieve, update, or delete a specific news article by unique ID |