- Functional overview — drf|yasg 1.20.4.dev2+g78031f0 documentation🔍
- drf|yasg 1.20.4.dev2+g78031f0 documentation🔍
- drf_yasg package — drf|yasg 1.20.4.dev2+g78031f0 documentation🔍
- drf|yasg Documentation🔍
- module code — drf|yasg 1.20.4.dev2+g78031f0 documentation🔍
- Changelog — drf|yasg 1.20.4.dev2+g78031f0 documentation🔍
- Source code for drf_yasg.openapi🔍
- Serving the schema — drf|yasg 1.20.4.dev2+g78031f0 documentation🔍
Functional overview — drf|yasg 1.20.4.dev2 g78031f0 documentation
Functional overview — drf-yasg 1.20.4.dev2+g78031f0 documentation
OpenAPI specification overview¶. This library generates OpenAPI 2.0 documents. The authoritative specification for this document's structure will always be ...
drf-yasg 1.20.4.dev2+g78031f0 documentation
drf-yasg - Yet another Swagger generator · OpenAPI 3.0 note · Serving the schema · get_schema_view and the SchemaView class · Functional overview · OpenAPI ...
drf_yasg package — drf-yasg 1.20.4.dev2+g78031f0 documentation
arguments specified by the kwargs parameter of _get_partial_types(); instance_kwargs passed to the constructor function; title , description , required ...
Functional overview. 3.1 OpenAPI specification overview. This library ... drf-yasg Documentation, Release 1.20.4.dev2+g78031f0 fore.
module code — drf-yasg 1.20.4.dev2+g78031f0 documentation
drf-yasg - Yet another Swagger generator · Serving the schema · Functional overview · Describing authentication schemes · Custom schema generation · Customizing ...
Changelog — drf-yasg 1.20.4.dev2+g78031f0 documentation
Functional overview · Describing authentication schemes · Custom schema ... I would also like to take this opportunity to extend my apologies to the community at ...
Source code for drf_yasg.openapi - drf-yasg - Read the Docs
drf-yasg - Yet another Swagger generator · Serving the schema · Functional overview · Describing authentication schemes · Custom schema generation · Customizing ...
Serving the schema — drf-yasg 1.20.4.dev2+g78031f0 documentation
The get_schema_view() function and the SchemaView class it returns (click links for documentation) are intended to cover the majority of use cases one might ...
drf_yasg.utils — drf-yasg 1.20.4.dev2+g78031f0 documentation
drf-yasg - Yet another Swagger generator · Serving the schema · Functional overview · Describing authentication schemes · Custom schema generation · Customizing ...
drf_yasg.generators — drf-yasg 1.20.4.dev2+g78031f0 documentation
import copy import logging import re import urllib.parse as urlparse from collections import OrderedDict, defaultdict import uritemplate from django.urls ...
Search — drf-yasg 1.20.4.dev2+g78031f0 documentation
Docs »; Search; Edit on GitHub. Please activate JavaScript to enable the search functionality. © Copyright 2018, Cristi V. Revision 78031f0c .
drf_yasg.renderers — drf-yasg 1.20.4.dev2+g78031f0 documentation
drf-yasg - Yet another Swagger generator · Serving the schema · Functional overview · Describing authentication schemes · Custom schema generation · Customizing ...
Contributing — drf-yasg 1.20.4.dev2+g78031f0 documentation
Issues¶. You can and should open an issue for any of the following reasons: you found a bug; steps for reproducing, or a pull request with a failing test ...
License — drf-yasg 1.20.4.dev2+g78031f0 documentation
BSD 3-Clause License¶. Copyright (c) 2017 - 2019, Cristian V.
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 ...
Source code for drf_yasg.inspectors.query - drf-yasg
Field``\\ s to :class:`.openapi.Parameter`\\ s for filters and paginators that implement a ``get_schema_fields`` method. """ [docs] ...
Customizing the web UI - drf-yasg - Read the Docs
The swagger-ui view has some quite involved JavaScript hooks used for some functionality, which you might also want to review at drf-yasg/swagger-ui-init.js.
Custom schema generation - drf-yasg - Read the Docs
decorators import api_view from drf_yasg import openapi test_param = openapi.Parameter('test', openapi.IN_QUERY, description ...
Describing authentication schemes - drf-yasg - Read the Docs
Functional overview; Describing authentication schemes. Security definitions ... drf-yasg/swagger-ui-dist/oauth2-redirect.html . If this is not suitable ...
Source code for drf_yasg.inspectors.view - drf-yasg - Read the Docs
drf-yasg - Yet another Swagger generator · Serving the schema · Functional overview · Describing authentication schemes · Custom schema generation · Customizing ...