|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|


Public Member Functions | |
| __init__ (self) | |
| load (self, api_json, processor, context) | |
| load_api_declaration (self, base_dir, processor) | |
Public Member Functions inherited from Stringify | |
| __repr__ (self) | |
Data Fields | |
| api_declaration | |
| description | |
| file | |
| path | |
| required_fields | |
Static Public Attributes | |
| list | required_fields = ['path', 'description'] |
Model of an API listing in the resources.json file.
Definition at line 696 of file swagger_model.py.
| __init__ | ( | self | ) |
Definition at line 702 of file swagger_model.py.
| load | ( | self, | |
| api_json, | |||
| processor, | |||
| context | |||
| ) |
Definition at line 707 of file swagger_model.py.
Referenced by ApiDeclaration.load_file(), and ResourceListing.load_file().
| load_api_declaration | ( | self, | |
| base_dir, | |||
| processor | |||
| ) |
Definition at line 718 of file swagger_model.py.
| api_declaration |
Definition at line 705 of file swagger_model.py.
| description |
Definition at line 704 of file swagger_model.py.
| file |
Definition at line 719 of file swagger_model.py.
| path |
Definition at line 703 of file swagger_model.py.
|
static |
Definition at line 700 of file swagger_model.py.
| required_fields |
Definition at line 709 of file swagger_model.py.