-
Notifications
You must be signed in to change notification settings - Fork 1
API DOC
ARBIND LOCHAN MISHRA edited this page Mar 21, 2021
·
4 revisions
Base Url : http://localhost:8080
- username: username for login
- password : password for the username
- Response:
- status : returns token if login is successfully else Failure
{"name":"arbind","password":"arbind123"}
{"token": "test123"}
- data: data from arduino
- Response:
- status : returns data from soil moisture sensor if successful else Failure
{" : 25%"}