November 2013
Beginner to intermediate
376 pages
9h
English
WordPress provides the support for its API through the xmlrpc.php file located inside the root of the installation directory. Basically, we need two components to build and use an API:
Since we are going to use the existing API functions, we don't need to worry about the server as it's built inside the core. So, we are going to build a third-party client to access the service. Later, we will be improving the API server to implement custom functionalities that go beyond the existing API functions. The API client is responsible for providing the following features: ...
Read now
Unlock full access