Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 402 Bytes

api.rest

File metadata and controls

23 lines (20 loc) · 402 Bytes

@url = http://localhost:8080 @email = email@dot.com @password = password

### GET {{url}}/

POST {{url}}/upload Content-Type: application/json

{ "timeStamp" : -1, "weight": 67, "percentFat" : 14.9, "percentHydration": 58.4, "boneMass": 3.30, "muscleMass": 55.10, "visceralFatRating": 7, "physiqueRating": 5, "metabolicAge": 25, "bodyMassIndex": 20.8, "email": "{{email}}", "password": "{{password}}" }