kyleboe / zoom_rb

Ruby REST API Wrapper for zoom.us API
https://developers.zoom.us/docs/api/
MIT License
83 stars 104 forks source link

Using configuration credentials instead of environment variables #360

Closed amenon closed 3 years ago

amenon commented 3 years ago

We're already storing the Zoom app credentials in the client configuration. The changes here use the configuration credentials to build the authorization header auth token instead of loading it from hard-coded environment variables

Also updated the README to remove some older usage docs.