api-stub
api-stub copied to clipboard
Simple, no dependency, temporary API for your prototype
Hi! I am attempting to use your module to mock out some external dependencies for my restful test cases. However, I need to be able to specify query parameters in...
Changed landom to random.
I suggest those modifications because I'm starting using this cool lib but the exemples of the README.md cannot be copy/paste because of syntax issue :p
Have added the Access-Control-Allow-Origin header to response. This makes it easier to work with when mocking REST APIs
Added a few features and updated README.md
This is a very nice little library for quickly stubbing endpoints, however I was running into CORS issues, so I needed header support. This PR allows you to pass in...