No namespace
RESTian | |
RESTian_Application_Json_Parser | TODO: Need to test this one first. |
RESTian_Application_Serialized_Php_Parser | TODO: Need to test this one first. |
RESTian_Application_Xml_Parser | |
RESTian_Auth_Provider_Base | |
RESTian_Base | |
RESTian_Basic_Http_Auth_Provider | |
RESTian_Client | Base class for a simplied Web API access for PHP with emphasis on WordPress. |
RESTian_Http_Agent_Base | A RESTian_Http_Agent represents the internal type of agent that calls HTTP: |
RESTian_Not_Applicable_Provider | Inherits everything from the base class |
RESTian_Parser_Base | |
RESTian_Php_Curl_Http_Agent | An HTTP Agent for RESTian that uses PHP's CURL to make HTTP requests. |
RESTian_Request | A RESTian_Request represents a specific HTTP request |
RESTian_Response | A RESTian_Response represents the return values from an HTTP request |
RESTian_Service | A RESTian_Service represents a service that can be called on an API. |
RESTian_Settings | |
RESTian_Text_Csv_Parser | TODO: Decide exactly what a CSV parser should do. What format of PHP objects/arrays? |
RESTian_Text_Html_Parser | TODO: Decide exactly what an HTML parser should do. What format of PHP objects/arrays? |
RESTian_Text_Plain_Parser | |
RESTian_Var | |
RESTian_WordPress_Http_Agent | An HTTP Agent for RESTian that uses WordPress' WP_Http class and related functions to make HTTP requests. |