Releases: openedx/api-doc-tools
Releases · openedx/api-doc-tools
1.4.0: Add option to include body parameter in schema
Optional body parameter added to schema to allow documentation for POST, PUT, and PATCH endpoints.
1.3.2: Adding option to specify api doc url patterns
In this release users can specify which url patterns api docs should be generated for. If no patterns are specified, docs will be generated for the "/api" base path.
1.3.1: Removing package caniusepython3
Removed package caniusepython3.
Remove support for Django<2.2 and add support for python 3.8
Remove support for Django<2.2 and add support for python 3.8
1.2.0: Add decorators for excluding API endpoints
-
Added three new decorators for excluding endpoints from API documentation generation:
@exclude_schema@exclude_schema_for(method_name)@exclude_all_schemas