jar3b
|
6ba671532b
|
feat: add raise_validation_errors parameter to setup()
To control how pydantic.ValidationError will be handled, own handler (return json) or raise exception to allow intercept in aiohttp middleware
|
2020-11-27 02:02:54 +03:00 |
|
jar3b
|
efbaaa5e6f
|
fix: to push
|
2020-11-25 16:59:10 +03:00 |
|
jar3b
|
6211c71875
|
fix: detect x-forwarded-proto if deployed behind proxy
For static files handling, was set up in "oas_ui()"
|
2020-11-25 16:25:04 +03:00 |
|
jar3b
|
5567d73952
|
fix: return copy of schema without 'definitions' key
Instead of delete key 'definitions' from schema, bc schema was "cached" and if you try to load swagger twice, you got "no definitions" exception
|
2020-11-25 01:55:01 +03:00 |
|
jar3b
|
67a95ec9c9
|
fix: move response definitions to top level of oas
|
2020-11-25 01:23:10 +03:00 |
|
Vincent Maillol
|
462d8d8b98
|
Fix bug query string appear as required in generated Open API specification.
|
2020-11-21 17:23:01 +01:00 |
|
Vincent Maillol
|
913f50298c
|
Use docstring of handler in the OAS description
|
2020-11-14 20:33:55 +01:00 |
|
Vincent Maillol
|
d866ce5358
|
fix bug we cannot use optional params
|
2020-11-03 12:54:28 +01:00 |
|
Vincent Maillol
|
cda4fba4c2
|
Add a command line tool to generate OAS in a file
|
2020-11-01 14:35:41 +01:00 |
|
Vincent Maillol
|
62d871fb5c
|
Add type to define OAS responses
|
2020-10-30 16:05:04 +01:00 |
|
Vincent Maillol
|
d6b5fc26f3
|
Add sub-app to generate open api spec
|
2020-10-25 20:28:11 +01:00 |
|