34 Commits

Author SHA1 Message Date
jar3b
efbaaa5e6f fix: to push v1.5.1-fix2 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()"
v1.5.1-fix1
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
MAILLOL Vincent
93ec0f6c80
Update README.rst 2020-11-21 22:50:28 +01:00
Vincent Maillol
a6d96d711b Update version 1.5.1 v1.5.1 2020-11-21 18:07:04 +01:00
MAILLOL Vincent
8aee135f95
Merge pull request #5 from Maillol/fix_bug_oas_generation
Fix bug query string appear as required in generated Open API specifi…
2020-11-21 17:57:36 +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
0d3a33c964 Update version 1.5.0 v1.5.0 2020-11-15 14:41:11 +01:00
MAILLOL Vincent
22979b7e59
Merge pull request #4 from Maillol/add_code_coverage
Add code coverage
2020-11-15 09:27:56 +01:00
Vincent Maillol
b9519bb868 Add code coverage 2020-11-15 09:21:39 +01:00
Vincent Maillol
913f50298c Use docstring of handler in the OAS description 2020-11-14 20:33:55 +01:00
Vincent Maillol
03854cf939 Update version 1.4.1 v1.4.1 2020-11-03 13:14:16 +01:00
Vincent Maillol
2db23d3328 PydanticView returns 400 if the request payload is not JSON 2020-11-03 13:10:44 +01:00
Vincent Maillol
d866ce5358 fix bug we cannot use optional params 2020-11-03 12:54:28 +01:00
Vincent Maillol
13c19105d8 Update README.rst 2020-11-02 23:27:45 +01:00
Vincent Maillol
e4b23398b8 Update version 1.4.0 v1.4.0 2020-11-01 19:45:05 +01:00
MAILLOL Vincent
57b50725ea
Merge pull request #3 from Maillol/add-cmd-to-generate-oas
Add a command line tool to generate OAS in a file
2020-11-01 19:35:24 +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
236374240e Update version to 1.3.0 v1.3.0 2020-10-30 19:14:21 +01:00
MAILLOL Vincent
635f38e33a
Merge pull request #2 from Maillol/add-type-to-define-oas-responses
Add type to define OAS responses
2020-10-30 16:59:54 +01:00
Vincent Maillol
62d871fb5c Add type to define OAS responses 2020-10-30 16:05:04 +01:00
MAILLOL Vincent
77954cdd69
Merge pull request #1 from Maillol/add-oas-view
Add sub-app to generate open api spec
2020-10-25 20:42:55 +01:00
Vincent Maillol
d6b5fc26f3 Add sub-app to generate open api spec 2020-10-25 20:28:11 +01:00
Vincent Maillol
1ffde607c9 Update version v1.0.0 2020-10-10 17:54:16 +02:00
Vincent Maillol
2acd9b91a3 Update readme 2020-10-10 17:48:46 +02:00
Vincent Maillol
5564abc8ac update required python version 2020-10-10 17:12:12 +02:00
Vincent Maillol
ecfc5ef72c Add travisCI config file 2020-10-10 17:04:14 +02: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
88fd7b9270 add README 2020-10-04 13:24:14 +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
MAILLOL Vincent
a397f3d8ec
Initial commit 2020-10-04 12:32:02 +02:00