namangup / Lifeiitkbackend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Acads API

All Acads Details

View all Acads information

Endpoint: /api/acads/all/
Method: GET
Authorization Not Required
Response:
[
    {
        "course_id": 1,
        "name": "CS",
        "code": "CS101"
    }
]
Status Code: 200_OK

Tags API

View Tags

View all tags

Endpoint: /api/tags/all/
Method: GET
Authorization Not Required
Response:
[
    {
        "tag_id": 1,
        "name": "Tag1",
        "description": "<Sample>"
    }
]
Status Code: 200_OK

About


Languages

Language:Python 99.1%Language:Dockerfile 0.9%