Extending the WordPress XML RPC API
WordPress has a powerful XML RPC API which allows us to get posts or categories from our WordPress site as well as control our site from external clients. This article will try to show some of the possibilities of using built-in API methods and how to extend the API and write your own XML RPC methods.