Go Library for innovaphone AppWebsocket client (SDK Documentation).
Provides authentication, framing, and keepalive functionality for the innovaphone AppWebsocket protocoll.
Run unit tests:
go test ./...Run integration tests against an AP Manager on an innovaphone App Plattform:
APPWS_INTEGRATION=1 APPWS_MANAGER_URL=<url> APPWS_MANAGER_PASSWORD=<password> go test ./appws -run TestDialManagerIntegrationAPPWS_INTEGRATION: Enable integration testsAPPWS_MANAGER_URL: Manager websocket URL (optional, defaults to test endpoint)APPWS_MANAGER_PASSWORD: Required password for integration tests