ports/devel/py-aiohttp-apispec/pkg-descr
Jose Alonso Cardenas Marquez ed310eb2d6 devel/py-aiohttp-apispec: New port: build and document REST APIs with aiohttp and apispec
aiohttp-apispec key features:

- docs and request_schema decorators to add swagger spec support out of the box
- validation_middleware middleware to enable validating with marshmallow
  schemas from those decorators;
- SwaggerUI support.
- match_info_schema, querystring_schema, form_schema, json_schema,
  headers_schema and cookies_schema decorators for specific request parts
  validation.
2023-04-19 16:10:14 -05:00

9 lines
393 B
Text

aiohttp-apispec key features:
- docs and request_schema decorators to add swagger spec support out of the box
- validation_middleware middleware to enable validating with marshmallow
schemas from those decorators;
- SwaggerUI support.
- match_info_schema, querystring_schema, form_schema, json_schema,
headers_schema and cookies_schema decorators for specific request parts
validation.