Hacker News new | ask | show | jobs
by dinoreic 2225 days ago
I created Ruby API lib named Joshua, out of frustration with Grape

https://github.com/dux/joshua

* Can work in REST or JSON RPC mode.

* Automatic routing + can be mounted as a Rack app, without framework, for unmatched speed and low memory usage

* Automatic documentation builder & Postman import link

* Nearly nothing to learn, pure Ruby classes

* Consistent and predictable request and response flow

* Errors and messages are localized