Asterisk - The Open Source Telephony Project  21.4.1
Public Member Functions | Data Fields | Static Public Attributes
Operation Class Reference
Inheritance diagram for Operation:
Stringify

Public Member Functions

def __init__ (self)
 
def load (self, op_json, processor, context)
 
- Public Member Functions inherited from Stringify
def __repr__ (self)
 

Data Fields

 body_parameter
 
 error_responses
 
 has_body_parameter
 
 has_error_responses
 
 has_header_parameters
 
 has_parameters
 
 has_path_parameters
 
 has_query_parameters
 
 header_parameters
 
 http_method
 
 is_binary_response
 
 is_req
 
 is_websocket
 
 nickname
 
 nickname_lc
 
 notes
 
 parameters
 
 path_parameters
 
 query_parameters
 
 response_class
 
 summary
 
 websocket_protocol
 

Static Public Attributes

list required_fields = ['httpMethod', 'nickname', 'responseClass', 'summary']
 

Detailed Description

Model of an operation on an API

See https://github.com/wordnik/swagger-core/wiki/API-Declaration#apis

Definition at line 359 of file swagger_model.py.


The documentation for this class was generated from the following file: