elsimqoz

Results 1 issues of elsimqoz

``` Ubuntu 18.04 Python 3.8.0 aiohttp==3.6.2 aiohttp-apispec==2.2.1 ``` https://github.com/maximdanilchenko/aiohttp-apispec/blob/master/docs/usage.rst ``` class ResponseSchema(Schema): msg = fields.Str() data = fields.Dict() @docs(tags=['mytag'], summary='Test method summary', description='Test method description') @request_schema(RequestSchema(strict=True)) @response_schema(ResponseSchema(), 200) async def...