Georg K
a94c9d4863
feat: update pydantic
2023-07-14 03:31:33 +03:00
Georg K
26fd6fa19f
fix: handle discriminated model with root definition
2023-02-09 12:25:28 +03:00
Georg K
be944ac98e
fix: pass tests
2022-11-22 17:28:30 +03:00
Georg K
b896020a4f
feat: test oas; feat: v1.120.7
2022-11-22 17:19:00 +03:00
Georg K
ba0530d6b1
feat: add support for operationId in docstring; feat: v1.120.6
2022-11-11 10:02:27 +03:00
Georg K
83739c7c8e
feat: add opt field
2022-11-11 08:08:49 +03:00
Georg K
1dd98d2752
feat: add support for definition in query param
2022-08-04 23:01:04 +03:00
Georg K
69141302cf
fix: test loop
fixture rename to event_loop
2022-07-28 01:58:33 +03:00
Georg K
76dd0106be
fix: update tests
2022-07-28 01:53:23 +03:00
Vincent Maillol
69fb553635
Fix - Does not work with from __future__ import annotations
2022-02-05 10:29:06 +01:00
Vincent Maillol
799080bbd0
Add group parameter feature
2021-10-01 08:03:54 +02:00
Vincent Maillol
fa7e8d914b
We can add custom tags to generated OPS
2021-08-22 15:00:50 +02:00
Vincent Maillol
c1a63e55b2
Add unit tests
2021-08-04 08:09:43 +02:00
Vincent Maillol
7ab2d84263
Add a hook to intercept ValidationError
2021-07-26 08:37:12 +02:00
Vincent Maillol
89a22f2fcd
code reformatting
2021-07-11 07:31:37 +02:00
Vincent Maillol
08ab4d2610
refactoring
2021-07-11 07:21:45 +02:00
Daan de Ruiter
5f86e1efda
Improve compatibility with web.View and support subclassing Views
2021-05-13 10:59:01 +02:00
spinenkoia
beb638c0af
Added a wrapper for get_oas to throw spec info ( #12 ) ( #13 )
...
* Added a wrapper for get_oas to throw spec info (#12 )
* Added tests generate_oas
* Moved params to Application
Co-authored-by: Спиненко Иван ispinenko@ussc.ru <ispinenko@ussc.ru>
2021-04-04 13:22:05 +02:00
Vincent Maillol
7492af5acf
Update version 1.8.1
2021-03-27 12:45:19 +01:00
MAILLOL Vincent
145d2fc0f2
query string accept multiple values for same parameter key ( #11 )
2021-03-27 11:56:19 +01:00
Daan de Ruiter
81d4e93a1d
Prevent internal server error when receiving a JSON request body with non-object top-level structure ( #9 )
...
Prevent internal server error when receiving a JSON request body with non-object top-level structure
2021-03-05 21:46:13 +01:00
Vincent Maillol
c6b979dcaf
version=1.7.2 fix oas.spec schema is broken after reloading the page
2021-02-27 08:08:12 +01:00
Vincent Maillol
070d7e7259
Increase OAS description
...
Parce docstring of http handlers to increase OAS
Remove the not expected definitions key in the OAS
2020-12-20 13:08:51 +01:00
Vincent Maillol
25fcac18ec
Fix wrong link in OAS components with nested pydantic.BaseModel
2020-11-28 19:46:36 +01:00
Vincent Maillol
c4c18ee4a1
increase pydantic integration with headers, query string and url path
2020-11-28 12:39:50 +01: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
Vincent Maillol
b37c03e9d9
parse path and header
2020-10-10 16:01:35 +02:00
Vincent Maillol
cc0cbfbb5e
add HTTP header parsing
2020-10-04 20:55:13 +02:00
Vincent Maillol
69516ead93
fix unittest
2020-10-04 12:49:14 +02:00
Vincent Maillol
97ede771d2
Create aiohttp_pydantic
2020-10-04 12:42:58 +02:00