On 2010 Nov 08, at 04:56, jonat...@mugginsoft.com wrote:
Jonathan gave good answers but you're probably going to need a little more help.
> During development can you not target a local httpd instance that doesn't
> support the full API but simply returns an acknowledgment/error response?
Thes
On 8 Nov 2010, at 09:53, Yung-Luen Lan wrote:
> Hi,
>
> I'm writing a framework for web API like flickr. However, I don't want
> my test failed depending on the server status.
> (And I don't want it hit the server every time I build my project.)
>
> Is there any easy way to "fake" the network