One point to add… last week I tried to add an image in the main description of the API, and it displayed, but it didn’t resize at all. If you could have a look at that or let me know what I was doing wrong, that would be great.
We were using HTML, just that it was a large image. As you mentioned to me over email, setting width=100% in the img tag sorts it (and don’t use style as it gets removed). Thanks!
For the “title” fix, it shows the text which is great, but would it be possible to support HTML in there like “description”. It’s just that we want to put some badges there to show the direction of the requests/responses as incoming/outgoing.
@Adam_Garrod title is not defined in OpenAPI Spec to be CommonMark Syntax compatible. Is it possible to only keep the description HTML enabled for your use case as you showed in the screenshot?
Add code examples for C#, Java, Ruby, Golang, and PHP
can you be more specific about what libraries/frameworks to show for C#/Java/Ruby/Golang/PHP?
There are so many libraries for each one of these languages, and I do not believe that for PHP you might want to show raw CURL PHP functions, but rather use Guzzle for example?