Updated on: 2018-09-30
Available here: https://rithvikvibhu.github.io/GHLocalApi/
Documentation for Google Home's local API, written in API Blueprint and rendered with danielgtaylor/aglio.
The API Blueprint is in all.apib
.
A postman collection (v2.1) is also available for import (GoogleHome.postman_collection.json
). Set a Global or Environment variable called url
with the IP address of the device and port 8008. Example: https://192.168.1.15:8008
- This project is created in Postman and exported to API Blueprint format using APIMATIC's Transformer API.
- This project makes use of aglio, which is an API Blueprint renderer. Here are the instructions to getting aglio set up.
- Travis-ci generates the static website with aglio.
npm run dist
generates the static site in the 'dist' folder (Make sure the folder exists).