Mike Ralphson

Results 411 comments of Mike Ralphson

By output, do you mean the representation of the parameter in code samples?

Ok, we're very constrained for space in the tables such as that for parameters. Any ideas for how to represent things would be gratefully received. My comment about code samples...

Hmm, good thoughts. I'd like to avoid leaking direct OpenAPI terminology such as `style` and `explode` though and make it more descriptive or use an example or links.

Is `customMediaType` a placeholder or the actual value you are using? According to the spec, the keys within a `content` object should be "a media type or [media type range](https://tools.ietf.org/html/rfc7231#appendix-D)"....

Unfortunately `application/*` covers such a wide range of media-types (e.g. `application/octet-stream`, `application/pdf`, `application/zip`, `application/msword` etc) that I don't immediately see a reasonable way to provide rendering for them. Open to...

@KirylBubovich would certainly look at an option to support this. Do you have any time to work up a PR?

Hi, thanks for the issue and PR. When you say: > It would be as simple as modifying the template file that includes that snippet. This is true, and there...

@TomerG711 thanks for your patience. I'm evaluating a slightly different solution whereby we simply `recurse` through the input API definition (whether it is OpenAPI or AsyncAPI or anything else) and...

Hi, if you take a look at the `code_...` templates you will see that this behaviour is expected, even if not ideal. The `javascript` template could probably easily be extended...

Although this is a good idea, and we can consider it further, in the Unix spirit of "doing one thing and doing it well", have you looked at https://github.com/Typeform/openapi-micro-merge ?...