| Classes | |
|---|---|
| API | Uses the Wordpress Requests library to fetch results from the CultureHosts API. Manages Oauth tokens automatically, using a Token_Store. |
| Plugin | Bootstraps the plugin, including setting up the Query class to use the default API instance. |
| Query | A convient way of wrapping a GET request to the CultureHosts API. Allows looping through records from the response with an iterator. |
| Record | Wraps a single record from the remote CultureHosts API with some convenient helper methods. |
| Namespaces | |
| CultureHosts\WP\APIClient\Exceptions | |
| CultureHosts\WP\APIClient\OAuth | |