Skip to content

Releases: openedx/api-doc-tools

1.4.0: Add option to include body parameter in schema

05 Oct 15:28
7db994e

Choose a tag to compare

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

24 Sep 14:48
5447d6b

Choose a tag to compare

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

01 Jun 08:06
0842bff

Choose a tag to compare

Removed package caniusepython3.

Remove support for Django<2.2 and add support for python 3.8

08 May 15:46
54a0c81

Choose a tag to compare

Remove support for Django<2.2 and add support for python 3.8

1.2.0: Add decorators for excluding API endpoints

03 Apr 17:48
c2f2456

Choose a tag to compare

  • Added three new decorators for excluding endpoints from API documentation generation:

    • @exclude_schema
    • @exclude_schema_for(method_name)
    • @exclude_all_schemas