We have an app that leverages the openApi specification. Whenever we change the api, we can just visit “thesiteurl/openapi.json” which is consumed by the front-end (React) app.
We need to integrate with zoom in a .NET MVC/C# app and I’m not looking forward to manually building all of the classes of the JSON objects that get sent/returned from the API calls. Is there a “master” json object that I can download to generate my classes?