API specification:
- BASE URL: https://sample-disjoin1.herokuapp.com/api/
- ENDPOINTS:
-
geofence_stores:
- GET: { "center": [lat, lng], "radius": number }
-
userLogin:
- POST: { "email": string, "password": string }
-
users:
-
POST: { "id": string, "first_name": string, "last_name": string, "email": string, "username": string, "password": string, "street": string, "city": string, "state": string, "pincode": string, "isActive": true, "addedDate": number }
-
DELETE: { "id": string }
-
-
Stores:
- POST: { "sid": number, "sName": string, "username": string, "password": string, "streetName": string, "city": string, "state": string, "zipcode": string, "timestampUTC": string, "isActive": true }