ExWubook v0.2.9 ExWubook.Query View Source
API Query module
Link to this section Summary
Functions
Decode query result
Encode request from XMLRPC to plan XML String
Extract response arguments from XMLRPC structure
Format answer
Make query to API endpoint
Send query to target API endpoint
Validate response data
Link to this section Functions
Link to this function
decode_response(payload) View Source
Decode query result
Link to this function
encode_request(payload) View Source
Encode request from XMLRPC to plan XML String
Link to this function
extract_data(payload) View Source
Extract response arguments from XMLRPC structure
Link to this function
format_answer(payload) View Source
Format answer
Link to this function
send(method_name, params) View Source
Make query to API endpoint
Link to this function
send_query(payload) View Source
Send query to target API endpoint
Link to this function
validate_response(payload) View Source
Validate response data