stubb icon indicating copy to clipboard operation
stubb copied to clipboard

Specify REST API stubs using your file system.

Results 6 stubb issues
Sort by recently updated
recently updated
newest added

Stub sets can be managed in a directory unrelated to Stubb using a VCS like Git (branches for sets, commits for undoable temporary changes).

documentation

Add mode that allows "autofilling" of response files by proxying through to real API if response file is missing. Should be done as additional Rack middleware to prevent complicating core...

feature

Hi, Cool stuff. My env: Win7 x64 Ruby 1.9.3 Stubb 0.1.3 curl http://localhost:4040/hello-world ::1 - - [23/Jul/2013 17:21:17] "GET /hello-world HTTP/1.1" 200 6 0.0080 "D:/project/services/hello-world.GET" "YAML Frontmatter: No" DEV64.AD.LAN.NET -...

It would be interesting to add a stop command to stubb to ... stop the server. One use-case would be launching the server in integration tests scenarios and shutdown it...

Our team found it useful to have the ability for the stubb server to assert parameters with a particular name existed--in many casses, we find this as important as a...