rbhirve / markdown-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SumHR REST API Docs:

These examples were taken from projects mainly using JSON responses are often similar to the way in which DRF makes responses.

Open Endpoints

Open endpoints require no Authentication.

Endpoints that require Authentication

Closed endpoints require a valid Token to be included in the header of the request. A Token can be acquired from the Login view above.

Attendance Cycle API

Endpoints for viewing and manipulating the Accounts that the Authenticated User has permissions to access.

About