Looks like Canvas is using Swagger as the API definition format. and judging by the Live API (https:///doc/api/api-docs.json ) it is using Swagger version 1.2
My question is does anyone know how to generate a (C#) client library based on the API definition from Swagger.
There are some options out there on the Internet like NSwag, but they all work against Swagger 2.0.
I have also tried to convert 1.2 to 2.0 using converter like https://lucybot.github.io/api-spec-converter/ , but that doesnt seem to work either.
thanks
Doug