fastapi-versioning icon indicating copy to clipboard operation
fastapi-versioning copied to clipboard

Supported kargs in versioned documentation

Open PabloRuizCuevas opened this issue 2 years ago • 6 comments

Till now some arguments of FastAPI where not working, like:

    description="Core API",
    swagger_ui_parameters={"docExpansion": "none"},

This issue is yet fixed

PabloRuizCuevas avatar Jul 21 '22 08:07 PabloRuizCuevas

just created an issue with this #72

PabloRuizCuevas avatar Jul 21 '22 08:07 PabloRuizCuevas

@DeanWay please accept the merge and consider packaging it in pypi, that would be great, thanks.

PabloRuizCuevas avatar Jul 21 '22 09:07 PabloRuizCuevas

@DeanWay if you abandoned this repo please give access to the pypi keys. So I do the update, thanks.

PabloRuizCuevas avatar Jul 25 '22 07:07 PabloRuizCuevas

@DeanWay the Travis configuration is not working properly.

PabloRuizCuevas avatar Sep 07 '22 11:09 PabloRuizCuevas

@PabloRuizCuevas Nice fix, I was facing same issue. @DeanWay pls merge this commit

r3v4s avatar Sep 13 '22 08:09 r3v4s

@r3v4s @PabloRuizCuevas I've been maintaining a new version of this project here: https://github.com/alexschimpf/fastapi-versionizer

Feel free to open any issues/PRs there.

alexschimpf avatar Sep 21 '23 21:09 alexschimpf