Best app of its kind, but code generation could use some improvement
This app works well for testing web APIs. It would be nice to see two missing features.
It would be great to see a new type of extension that take a JSON template as input and outputs the request data formatted for a particular RPC protocol such as JSON-RPC or SOAP.
The code generator would be much more useful if you could specify keys expected in the response (JSON or XML) and map them to return values or object values. One method could be to simplly allow JSON formatted metadata for each API call to be passed to the code generator. That would allow you to specify your result schema for generating object mapping and result validation code. DashCode had an interesting HTTP response to object mapping system.
Eric Summers about Paw (HTTP & REST Client)