Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 609 Bytes

Celestials.md

File metadata and controls

25 lines (13 loc) · 609 Bytes

Celestials

Get a list of celestials.

Admin or user must have a Bearer Token in order to get the request.

Method : GET

URL : http://127.0.0.1:8000/api/v1/celestials

Authenification method : Bearer Token

Get a single celestial.

Admin or user must have a Bearer Token in order to get the request.

Method : GET

URL : http://127.0.0.1:8000/api/v1/celestials/{celestial_id}

Authenification method : Bearer Token

Update and Delete mothods are also available but no time to document them.

@Thank You, Kenura R. Gunarathna