Alec M

Results 8 comments of Alec M

@Randy1Burrell POST `{{baseurl}}api/v6/account/register` Minimal Body ```json { "email": "{email}", "password": "{{password}}", "password_confirm": "{{password}}", "reauth": false, "country": "u014" // OPTIONAL: defaults to eu } ``` > **Note**: The register post body...

> Thanks 🙏🏿 man. What is the baseurl? Base URL aka "initial server URL" is `https://rest-prod.immedia-semi.com/`

> @Randy1Burrell In your experience, do they throttle your requests? I'm building something that will need to pull loads of videos from their APIs. I'm not actually sure. I just...

@brown-matt-att-net What type of device is it and what is the API returning? The doorbells seem to use a different API for initiating the live view: ``` https://rest-{{account_tier}}.immedia-semi.com/api/v1/accounts/{{account_id}}/networks/{{network_id}}/doorbells/{{doorbell_id}}/liveview ``` Notice...

@hex-ronin Is this for a doorbell or a actual camera? For doorbell: Endpoint is `https://rest-{{tier}}.immedia-semi.com/api/v1/accounts/{{AccountID}}/networks/:networkId/doorbells/:doorbellId/snooze` Post body ```json { "snooze_time": 240 } ``` `snooze_time` is the minutes to snooze for....

Also in need of this. I'm not great with Python but I'm going to give it a shot, and see if I can manually add it. Edit: I have finished...

For sake of simplicity, I'll just post the updated code here. I haven't tested the code on a wide range of strings, right now if your query parameters contain more...