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

Add support for `include_fields` enum parameter #462

Closed geeosh closed 1 year ago

geeosh commented 1 year ago

Both the GET /report/meetings/{meetingId}/participants and GET /report/webinars/{webinarId}/participants endpoints support the include_fields enum to specify loading the registrant_id for each participant, so this adds support for that to the gem.