Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.
Shahidh K Muhammed edited this page Jul 6, 2014 · 3 revisions

Welcome to the fest-api wiki!


Mobile API Documentation:

:: denotes the type of variable [ ] means enclosed parameter is optional := is the default value of parameter

Login:

Request:
    method    : POST
    url       : /api-token-auth/
    params    : username::String, password::String
Response:
    token::String

Save the received token for making further requests.

Get Newsfeed/Notifications

Request:
    method    : GET
    url       : /api/notifications/
    params    : 
Clone this wiki locally