@Ducky like to use this httptohttps.xyz to access fencer.io
Fencer is working with data in header and returns json.
so like to try the bridge with curl to find if a position is in a fence like this:
curl \ -H "Authorization: {API Key} " \ -H "Lat-Pos: {Latitude coordinate} " \ -H "Lng-Pos: {Longitude coordinate}" \ http://httptohttps.xyz/https://api.fencer.io/v1.0/position/status/{access key}
Can the bridge handle something like this ?
Next step is to use js on espruino ;-)
@MaBe started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Ducky like to use this httptohttps.xyz to access fencer.io
Fencer is working with data in header and returns json.
so like to try the bridge with curl to find if a position is in a fence like this:
curl \
-H "Authorization: {API Key} " \
-H "Lat-Pos: {Latitude coordinate} " \
-H "Lng-Pos: {Longitude coordinate}" \
http://httptohttps.xyz/https://api.fencer.io/v1.0/position/status/{access key}
Can the bridge handle something like this ?
Next step is to use js on espruino ;-)