DeanWay / fastapi-versioning

api versioning for fastapi web applications
MIT License
642 stars 63 forks source link

Supported kargs in versioned documentation #71

Open PabloRuizCuevas opened 2 years ago

PabloRuizCuevas commented 2 years ago

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

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

This issue is yet fixed

PabloRuizCuevas commented 2 years ago

just created an issue with this #72

PabloRuizCuevas commented 2 years ago

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

PabloRuizCuevas commented 2 years ago

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

PabloRuizCuevas commented 1 year ago

@DeanWay the Travis configuration is not working properly.

r3v4s commented 1 year ago

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

alexschimpf commented 11 months ago

@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.