Skip to content

1.4.3

Compare
Choose a tag to compare
@Tastyep Tastyep released this 29 Nov 16:54
· 439 commits to master since this release

APISpec + SwaggerUI

Minor release containing improvements for contributors.

Features

  • SwaggerUI
    Move openapi documentation into the code next to request handlers.
    Serve a SwaggerUI page at /api/docs.

Improvements

  • Request validation middleware
    • Use marshmallow schemas to define and validate request content.
  • API documentation
    • Improve the documentation section with details on how to serve and access the API pages.
  • 97% of coverage