server for plant genius application
Header Authorization = "token"
Open endpoints require no 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.
Each endpoint can edit and displays information related to the User whose Token is provided with the request:
- History :
GET /getHistory/
- DeleteHistory :
POST /deleteHistory/