H
Ben Tossell
@bentossell · Community Lead, Product Hunt
some context from the site:
Its main purpose is to allow developers to quickly and dynamically mock API endpoints.
Why mock?
Some reasons to mock endpoints:
The service you want to consume:
is still under development
is not available
and you don’t want to implement the mocking inside your code.
There’s also another interesting point which transforms the DuckRails from a development tool to an actual API (the tool needs a lot of improvements though in order to be used like this in production): Since the mocks can be configured to be dynamic, you can actually wrap your actual endpoint and enhance it with new data, transformations on the original data and whatever else you can think of.
6sharetweet・
Lazarus Lazaridis
@lazaru_s · Full Stack Ruby on Rails developer
@bentossell Thank you for posting this :D
3sharetweet・
Chandan Kumar
@chandan_im
@bentossell Thanks for hunting this, it will save lots of dev. efforts especially while writing unit test case.
3sharetweet・