Hello!
I am new here, so forgive me if this as been asked somewhere else
TL;DR: I want to create a Swift Client for interacting with Canvas API. Is there a OpenAPI/Swagger Spec file I can use to generate that Client?
In the developer resources there is the live code , Which appears to have been generated?
In the ideal case I could find the swagger.json somewhere, and use that to generate a Swift client...
Is this possible?
Here is a good discussion of the topic: Canvas API and Swagger
On May 4, 2020, someone shared some Python code that tries to do a conversion to Postman, but it mentions API and reading the Swagger documentation, so it may be helpful.