MileIQ Python API Client

MileIQ Python API Client

For a personal project I wanted to be able to pull historical info from my MileIQ account. You can find the 100% Claude-written Python client at https://github.com/jmaddington/mileiq-client Put creds in .env and run. YMMV, not endorsed by Microsoft or MileIQ, etc....
OpenAPI Spec for Kaseya’s IT Glue

OpenAPI Spec for Kaseya’s IT Glue

Kaseya has decent documentation on their IT Glue API, but does not publish it in a standard format (Swagger / OpenAPI). To fix that deficiency, I wrote a script that parses the official page and create an OpenAPI 3.0 compliant spec from it, find the script and the IT...