Fakerest is a simple tool based on sinatra which starts a http server (webrick) and exposes restful services based on the configuration specified in a YAML format.
You can :
- Stub any of the restful servies be it any method GET, POST, HEAD, PUT etc.
- Configure multiple URLs based on your need