Events2Join

Changelog — drf|yasg 1.20.4.dev2 g78031f0 documentation


Changelog — drf-yasg 1.20.4.dev2+g78031f0 documentation

requires in pyproject.toml . This means that for correctly building or installing from sdist, you will need to use a PEP517/PEP518 compliant tool (tox>=3.3.0, ...

drf-yasg 1.20.4.dev2+g78031f0 documentation

Changelog · drf_yasg package. drf-yasg. Docs »; drf-yasg; Edit on GitHub. drf-yasg¶. Table of contents: drf-yasg - Yet another Swagger generator · OpenAPI 3.0 ...

drf_yasg package — drf-yasg 1.20.4.dev2+g78031f0 documentation

Transform an Swagger object to a sequence of bytes. Also performs validation and applies settings. Parameters: document (openapi.Swagger) – Swagger spec object ...

drf-yasg Documentation

• update docs/changelog.rst with changes since the last tagged version ... drf-yasg Documentation, Release 1.20.4.dev2+g78031f0 fore.

Contributing — drf-yasg 1.20.4.dev2+g78031f0 documentation

After checking the git diff to verify that no unexpected changes appeared, you should commit the new reference.yaml together with your changes. Run tests. The ...

drf_yasg.generators — drf-yasg 1.20.4.dev2+g78031f0 documentation

Changelog · drf_yasg package · drf-yasg · Docs »; Module code »; drf_yasg.generators. Source code for drf_yasg.generators. import copy import logging import re ...

drf_yasg.utils — drf-yasg 1.20.4.dev2+g78031f0 documentation

Changelog · drf_yasg package · drf-yasg · Docs »; Module code »; drf_yasg.utils. Source code for drf_yasg.utils. import inspect import logging import textwrap ...

Yet another Swagger generator — drf-yasg 1.20.4.dev2+g78031f0 ...

Only the latest version of drf-yasg is supported. Support of old versions is dropped immediately with the release of a new version. Please do not create issues ...

Settings — drf-yasg 1.20.4.dev2+g78031f0 documentation

Changelog · drf_yasg package · drf-yasg · Docs »; Settings; Edit on GitHub. Settings¶. Settings are configurable in settings.py by defining SWAGGER_SETTINGS or ...

Source code for drf_yasg.views - drf-yasg - Read the Docs

Changelog · drf_yasg package · drf-yasg · Docs »; Module code »; drf_yasg.views. Source code for drf_yasg.views. import warnings from functools import ...

drf-yasg - Yet another Swagger generator - Read the Docs

Only the latest version of drf-yasg is supported. Support of old versions is dropped immediately with the release of a new version. Please do not create issues ...

Custom schema generation - drf-yasg - Read the Docs

@swagger_auto_schema(operation_description="PUT /articles/{id}/") def update(self, request, *args, **kwargs): ... @swagger_auto_schema(operation_description=" ...

Source code for drf_yasg.inspectors.view - drf-yasg - Read the Docs

import logging from collections import OrderedDict from rest_framework.request import is_form_media_type from rest_framework.schemas import AutoSchema from ...

Describing authentication schemes - drf-yasg - Read the Docs

When using the swagger-ui frontend, it is possible to interact with the API described by your Swagger document. This interaction might require authentication, ...