aiohttp-apispec icon indicating copy to clipboard operation
aiohttp-apispec copied to clipboard

Build and document REST APIs with aiohttp and apispec

Results 33 aiohttp-apispec issues
Sort by recently updated
recently updated
newest added

It validates for invalid type like when str is passed to the int field but does not validate for unknown fields in the json schema. Looking at the documentation of...

According to documentation https://apispec.readthedocs.io/en/latest/api_ext.html#apispec.ext.marshmallow.openapi.OpenAPIConverter.schema2parameters `in=body` parameter is no longer allowed for parameters list and must be set to `requestBody` This MR simply set data to another field based on `location`...

oops - this PR was meant to merge to my fork However, I may as well keep it open for comment from @maximdanilchenko I've upgraded dependencies and got the tests...