You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • @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.fence­r.io/v1.0/position/status/{access key}

    Can the bridge handle something like this ?

    Next step is to use js on espruino ;-)

About

Avatar for MaBe @MaBe started