-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
REST API with json request and response structure should be documented showing covering at least following use-cases
- User landing on home page
- User posts a blogs with multimedia content
- User retrieves all blogs written in the selected langauge
- User browses through a category
- User views the contact info
root-endpoint: www.deurdu.de
| End point | Http Request | Description | JSON |
|---|---|---|---|
/en |
GET | all blogs available in English | TBA |
/ur |
GET | all blogs available in Urdu | TBA |
/de |
GET | all blogs available in German | TBA |
/categories/:category |
GET | all blogs available category |
TBA |
/users/:category/:user |
GET | all blogs available in category filtered by user |
TBA |
/users/:category/:user/post |
POST | post content category filtered by user |
TBA |
/about |
GET | Shows About-us information | TBA |
/contact |
GET | Shows a form to send message | TBA |
Metadata
Metadata
Assignees
Labels
No labels