create-openapi-repo icon indicating copy to clipboard operation
create-openapi-repo copied to clipboard

Redoc and create-openapi-repo versioning

Open alexibz opened this issue 5 years ago • 1 comments
trafficstars

What version and what is the release cycle between this repo and redoc? I noticed there's no support for callbacks if I try to run a specification in this repo.

alexibz avatar Apr 21 '20 22:04 alexibz

This repo installs the latest version of openapi-cli. I think you are referring to using the preview-docs command of openapi-cli?

This uses the latest released version of redoc or redocly api reference.

https://github.com/Redocly/openapi-cli/blob/2df5859f1d34d64fd0b3d93a895a347f9fa94091/src/preview-docs/index.js#L32

I believe you may have been looking at it within the window when redoc had merged callbacks to master, but had not actually released the next version yet.

adamaltman avatar May 16 '20 03:05 adamaltman