MockServer

Developer Bytes - MockServer

One of the tools that I have found extremely useful and easy to use while developing against another API is called MockServer . MockServer is tool that will allow you to create a local server that will respond to requests and take actions based on the configuration that you provide. This is really useful for when you want to mock the API responses that would be returned from various API calls.