Updated on: 2020-06-28
Available here: https://rithvikvibhu.github.io/GHLocalApi/
Documentation for Google Home's local API, specs in OpenAPI 3.0. Rendered with Redoc.
Travis CI generates the static website with Redoc.
npm run build
generates the static site in the 'dist' folder (Make sure the folder exists).npm run serve
serves the page with a web server.
The Open API spec is exported from Apimatic. Instead of submitting pull requests with changes to this file, please create an issue with the changes instead.
Huge thanks to
- @Lohouse for finding and posting an initial list of API endpoints on Reddit r/googlehome
- @Leatherface75, @Drakulix, @magicse, @XoMEX, @AngeloD2022 and everyone on this issue for helping RE the authentication system.
- @simon-weber for the
gpsoauth
library - All contributors who've reported inconsistencies and PR'd fixes