Hello everyone!
I am developing a web application for managing events that ought to generate a zoom webinar. I have the developers account, username/password, key and api, but i could not find xojo samples.
Any ideas?
Regards
Hello everyone!
I am developing a web application for managing events that ought to generate a zoom webinar. I have the developers account, username/password, key and api, but i could not find xojo samples.
Any ideas?
Regards
It looks like the Zoom API is a simple JSON API: Zoom Developer Docs
This should be easy to accomplish with URLConnection
: URLConnection — Xojo documentation
There aren’t examples for this API that I know of. If you need a professional implementation, API integrations are one of my specialties
thanks