Methods
1 to 5 of 5
- Client::_stringify_data() – Takes an array or similar structure and recursively turns all values into strings. This is used to make sure that body hashes are made ith the string version, which is what will be seen after a server pulls up the data in the $_POST array.
- Client::protocol() – Gets protocol string.
- Client::validate_args_for_wpcom_json_api_request() – Validate and build arguments for a WordPress.com REST API request.
- Client::wpcom_json_api_request_as_blog() – Query the WordPress.com REST API using the blog token
- Client::wpcom_json_api_request_as_user() – Queries the WordPress.com REST API with a user token.