I’ve got a side project I’m working on using Zend Framework and JSON-RPC, in creating this API I wanted an interface that I could use to test the implementation, but without having to do a lot of work or install any software. After some quick Google searching I stumbled upon the jQuery.Zend.jsonrpc plugin and quickly got it working. This plugin is great, setup for it was a breeze and I was able to make API requests in no time. But what I didn’t like, was that I had to modify some javascript code everytime I needed to test new API method.
I needed to spend time working on the API, not writing javascript to test it.
Continue Reading