Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow all endpoint responses in swagger schema #88

Closed
Tracked by #89
perdy opened this issue Mar 3, 2023 · 0 comments
Closed
Tracked by #89

Allow all endpoint responses in swagger schema #88

perdy opened this issue Mar 3, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@perdy
Copy link
Member

perdy commented Mar 3, 2023

Flama is just collecting information from main (first declared response, i.e. "200") and default (uncontrolled exception) responses.

It'd be a nice addition to allow capturing the rest of responses declared as part of the route docs and include them in OpenAPI schema.

@perdy perdy added the enhancement New feature or request label Mar 3, 2023
@perdy perdy added this to the 1.3 milestone Mar 3, 2023
@perdy perdy mentioned this issue Mar 3, 2023
Merged
8 tasks
github-actions bot pushed a commit that referenced this issue Mar 17, 2023
# [v1.3.0](v1.2.0...v1.3.0) (2023-03-17)

## ✨ New Features
- [`d5715a7`](d5715a7)  Allow all endpoint responses in swagger schema (#88) (Issues: [`#88`](https://github.com/vortico/flama/issues/))
- [`21292dc`](21292dc)  Schema type as annotation for input and ouput schemas (#91) (Issues: [`#91`](https://github.com/vortico/flama/issues/))
- [`693fdf7`](693fdf7)  Script for fixing lint errors (#93) (Issues: [`#93`](https://github.com/vortico/flama/issues/))
- [`cbd026f`](cbd026f)  Allow to tag routes (#92) (Issues: [`#92`](https://github.com/vortico/flama/issues/))
- [`318b461`](318b461)  Warning loading a model with another framework version (#94) (Issues: [`#94`](https://github.com/vortico/flama/issues/))
- [`ac82633`](ac82633)  Include artifacts in model inspect (#95) (Issues: [`#95`](https://github.com/vortico/flama/issues/))
- [`056cd90`](056cd90)  CLI command to interact with an ML model without server (#96) (Issues: [`#96`](https://github.com/vortico/flama/issues/))

## 🐛 Bug Fixes
- [`18daa90`](18daa90)  Amend some Enum instantiations from strings
@perdy perdy closed this as completed Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant