LLMS_Dot_Com_API
Description Description
Source Source
File: includes/class.llms.dot.com.api.php
Changelog Changelog
Version | Description |
---|---|
3.22.0 | Introduced. |
Methods Methods
- __construct — Construct an API call, parameters are passed to private `call()` function
- is_rest_request — Determine if the current request is a rest request
- parse_response — Parse the body of the response and set a success/error
- set_request_body — Set request body
- set_request_headers — Set request headers
- set_request_url — Set the request URL
- set_user_agent — Set the request User Agent Can be overridden by extending classes when necessary