VuedaBaseAutoSchema
_get_filter_parameters
Add a description, example, and default for each of the filtering parameters.
Signature
_get_filter_parameters(self)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source
server/vueda/core/open_api.py:317
_get_pagination_parameters
Add a description, example, and default for each of the pagination parameters.
Signature
_get_pagination_parameters(self)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source
server/vueda/core/open_api.py:296
_get_request_body
Signature
_get_request_body(self, direction)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| direction | yes |
Source
server/vueda/core/open_api.py:357
_get_response_bodies
Signature
_get_response_bodies(self, direction)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| direction | yes |
Source
server/vueda/core/open_api.py:383
_get_vueda_serializer
Code taken from drf_spectacular/openapi.py _get_serializer, without the errors.
Signature
_get_vueda_serializer(self)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes |
Source
server/vueda/core/open_api.py:232
_process_override_parameters
Add a description and example for the custom workflow actions.
Signature
_process_override_parameters(self, direction)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| direction | yes |
Source
server/vueda/core/open_api.py:341
_resolve_path_parameters
Add a description and example for each of the path parameters.
Signature
_resolve_path_parameters(self, variables)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| variables | yes |
Source
server/vueda/core/open_api.py:257
dict {#dict}
dictionary for instance variables
weakref {#weakref}
list of weak references to the object
Source
server/vueda/core/open_api.py:231