Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 46 forks source link

GraphQL client #268

Open Jericho opened 1 year ago

Jericho commented 1 year ago

Add a client that allows issuing queries to Zoom's GraphQL endpoint. This client should hide the authentication details from the developer to simply the process. Similar to the ZoomClient, this new client should automatically get a OAuth token, renew the token when expired, etc.