LLMS_Abstract_API_Handler
Class: 3rd Party API request handler abstract class
Source: includes/abstracts/llms.abstract.api.handler.php:19
Class: 3rd Party API request handler abstract class
Source: includes/abstracts/llms.abstract.api.handler.php:19
Method: Construct an API call, parameters are passed to private `call()` function
Source: includes/abstracts/llms.abstract.api.handler.php:64
Method: Execute an API request.
Source: includes/abstracts/llms.abstract.api.handler.php:83
Method: Retrieve the private “error_message” variable
Source: includes/abstracts/llms.abstract.api.handler.php:141
Method: Get the private “error_object” variable
Source: includes/abstracts/llms.abstract.api.handler.php:154
Method: Retrieve the private “error_type” variable
Source: includes/abstracts/llms.abstract.api.handler.php:167
Method: Retrieve the private “result” variable
Source: includes/abstracts/llms.abstract.api.handler.php:180
Method: Determine if the response is an error
Source: includes/abstracts/llms.abstract.api.handler.php:193
Method: Parse the body of the response and set a success/error
Source: includes/abstracts/llms.abstract.api.handler.php:207
Method: Set an Error Sets all error variables and sets the result as a WP_Error so the result can always be tested with `is_wp_error()`
Source: includes/abstracts/llms.abstract.api.handler.php:220