-
Notifications
You must be signed in to change notification settings - Fork 1
Revisit REST API #87
Copy link
Copy link
Open
Labels
Description
Use as a target for un-authenticated rest calls for now
micha@p1gen6 MINGW64 /c/wse_github/gpu-burn (master)
$ curl biometric.elasticbeanstalk.com/FrontController?action=activeid
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 19 0 19 0 0 195 0 --:--:-- --:--:-- --:--:-- 197
{ "id" : 20231101}
micha@p1gen6 MINGW64 /c/wse_github/gpu-burn (master)
$ curl biometric.elasticbeanstalk.com/rest/read/json/latest/20231101
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 904 100 904 0 0 9185 0 --:--:-- --:--:-- --:--:-- 9319
{"accelerometerX":"-0.072617","accelerometerY":"-0.323486","accelerometerZ":"-0.969345","accuracy":3.535534,"altitude":100.189117,"bearing":354,"geohash":"f21czytge1v2","gravityX":"0.000000","gravityY":"0.000000","gravityZ":"0.000000","gyroscopeX":null,"gyroscopeY":null,"gyroscopeZ":null,"heartRate1":null,"heartRate2":null,"heartRateDevice1":null,"heartRateDevice2":null,"humidity":null,"id":null,"lattitude":45.343933,"light":null,"linearAccelerationX":"-0.072617","linearAccelerationY":"-0.323486","linearAccelerationZ":"-0.969345","longitude":-75.940454,"pressure":null,"provider":"17.000000","proximity":null,"recvSeq":1360579,"rotationVectorX":"-0.199743","rotationVectorY":"-0.501810","rotationVectorZ":"-0.514806","sendSeq":1,"speed":0.0,"temp":null,"teslaX":"11.355644","teslaY":"-22.135445","teslaZ":"-64.630409","tsStart":1698859814955,"tsStop":1698859814984,"userId":20231101,"version":null}
Reactions are currently unavailable