Open Source
XMLRPC and WordPress on Nuget
I just released both the XMLRPC.universal and WordPressAPI packages on Nuget. The WordPressAPI has also been changed to use the Nuget version of XMLRPC instead of needing a local copy of the project. Both of these projects should now be stable enough to use, although the WordPress client still only exposes a limited amount of […]
WordPress Universal API
Climbing back out of the rabbit hole I got myself into (see http://tonyc.me/1wjOD5Y), I’ve finished with my first iteration of the WordPress library for universal apps. This still has some cleaning up to do and you will need to download the xmlrpc.universal project from http://github.com/TonyChampion/xmlrpc.universal in order for it to work. Currently the project supports […]
XMLRPC Universal API
It can be amazing how deep a rabbit hole can go. I recently decided to update an existing WordPress project (more on that to come soon) from a Windows Phone Silverlight solution to an universal app. In doing so, I thought I would snag an API that would make my life easier. Couldn’t find one […]