Zappiti
Connector for the zappiti API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
http://192.168.1.5:8990 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
post_checkzappitiservice— POST /CheckZappitiService — Check if Zappiti Service app status on the playerpost_connectiondetails— POST /ConnectionDetails — Get user's login detailspost_installzappitiservice— POST /InstallZappitiService — Open a popup that allow the user to install Zappiti Service, if not already installedpost_isalive— POST /IsAlive — Get server statuspost_lastmedia— POST /LastMedia — Get informations about last media playbackpost_startvideo— POST /StartVideo — Start the playback
Inputs
apiKey— your zappiti API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: post_checkzappitiservice
apiKey: <your key>