cjdshaw
cjdshaw
About
- Username
- cjdshaw
- Joined
- Visits
- 46
- Last Active
- Roles
- Member
Comments
-
Thanks Jane While I’m still seeing a lot of slowness and timeouts on the API, I’m also sometimes seeing errors like {"isValid":false,"error":"missing elements -query.from,query.to,query.function,query.period","miss…
-
The API has been on and off all day. Right now, it's unresponsive. curl is timing out after 30 seconds
-
No problem. CURL usually defaults to GET if you don’t include a -d but I’m glad you got it working
-
You have to send the existing token as a header, same as most other API calls, so it's curl https://api.glowmarkt.com/api/v0-1/auth/newToken -H "Content-Type: application/json" -H "applicationId: b0f1b774-a586-4f72-9edd-27ead8aa7a8d&q…
-
For anyone who also had this issue, an update to the API was issued on 1st July which seems to have fixed it!
-
I'm thinking of moving from Agile to Go Faster, so I'd like to know if my CAD will be able to handle it too
-
Done, thanks Chris
-
Thanks - that's basically what I'm doing to get my first token. To use that every time would require me to store my email and password in the script, unencrypted, which is a big security no-no though. It's much better practice to use refresh tokens,…
-
A refresh token call, so I don't have to store my credentials in an IoT device?