Seleccionar página

Miradore Github [top] Instant

- name: Trigger Miradore device sync run: | curl -X POST https://your-tenant.miradore.com/api/v2/devices/sync \ -H "Authorization: Bearer $ secrets.MIRADORE_API_KEY " \ -H "Content-Type: application/json"

headers = "X-API-Key": API_KEY, "Content-Type": "application/json" miradore github

Because Miradore is built for scale, many developers share their integration projects on GitHub. Common finds include: - name: Trigger Miradore device sync run: |