API Simulator 0.5.0 Release

January 29, 2017   API Simulator v0.5.0 Release Changes Enhanced and more precise request URI matching. Modified existing examples to use the new enhanced URI matching. Decoding the URI parts (e.g. ‘+’ to space, %HEX to actual UTF-8 character, etc.) now happens at the time of parsing the input instead of during parameter matching. Added… Read More »API Simulator 0.5.0 Release

API Simulator 0.4.0 Release

December 31, 2016   API Simulator v0.4.0 Release Changes Support for JavaScript as scripting language is now built-in. Support for Groovy is out-of-the-box, too, and the Groovy JARs are still part of the distro. Added the ability to forward unmatched requests to their actual destination and pass the actual responses back to the calling client… Read More »API Simulator 0.4.0 Release

API Simulator 0.3.0 Release

November 19, 2016   The biggest feature in the release is the new support for external parameters. Previously, it was possible to configure and use default parameters and parameters extracted from the HTTP request. This release introduces the concept of parameters providers. Through providers, API Simulator now can use parameters from external data sources. This… Read More »API Simulator 0.3.0 Release