api2html icon indicating copy to clipboard operation
api2html copied to clipboard

A CLI tool to transform Swagger/OpenAPI/AsyncAPI docs to beautiful HTML pages via Shins/Widdershins.

Results 7 api2html issues
Sort by recently updated
recently updated
newest added

Hello! First of all, thanks for this awesome package! It's just so really helpful in producing excellent API documentation. I just wanted to reach out to ask if there's a...

When converting, running this on our yaml spec, we have a few code examples that when converted to html are not encoding new lines and are outputting as a single...

combining schemas in path is not working e.g. ``` paths: /pets: patch: requestBody: content: application/json: schema: oneOf: - $ref: '#/components/schemas/Cat' - $ref: '#/components/schemas/Dog' ``` but it's working in ``` components:...

Is there a way to specify a Widdershins config file, used by `--environment`? There are a number of things that would be nice to specify and have passed on to...

Hi Tobi: Thanks for maintaining this project! I see reason to add several new arguments to pass on to shins.render() like, layout, etc. and maybe a verbose option to log...

I am trying to use the --theme option. I cant see any error but i cant see any visual difference. Where is my error? `api2html -o ./dist/api.html --languages http,javascript,javascript--nodejs --theme...