kyleboe / zoom_rb

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

Fix/292 update get user #371

Closed dinjas closed 4 years ago

dinjas commented 4 years ago

Addresses #292. The API params looked supported to me. I added some spec and updated the response fixture. Their example response was not valid JSON, so I updated the pmi value to be an integer instead of a bunch of zeros - it still has two created_at values though.