Go (Golang) client library for the Zoom.us REST API Version 2. See here for Version 1 support.
Built out of necessity, this repo will only support select endpoints at first. Hopefully, it will eventually support all Zoom API endpoints.
For example use, see the Godoc documentation or the examples directory
To run unit tests and the linter:
./fmtpolice
go test -v ./...
To run the integration tests:
# first, define the required environment variables
export ZOOM_API_KEY="<key>"
export ZOOM_API_SECRET="<secret>"
export ZOOM_EXAMPLE_EMAIL="<account email>"
# then run the tests with the integration build tag
go test -tags integration -v ./...
Contributions welcome! Please see the contributing guidelines for more details.
For any questions regarding this library, please contact @rafecolton or the Himalayan Institute webteam at [email protected]
Code inspired by mattbaird/gochimp