api-stub icon indicating copy to clipboard operation
api-stub copied to clipboard

Simple, no dependency, temporary API for your prototype

Results 6 api-stub issues
Sort by recently updated
recently updated
newest added

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

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...