Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 835 Bytes

server.rest

File metadata and controls

30 lines (21 loc) · 835 Bytes

Tooling for the server

Grape

is a REST-like API micro-framework for Ruby providing a simple DSL to easily develop RESTful APIs. It has built-in support for common conventions, including multiple formats, subdomain/prefix restriction, content negotiation, versioning and much more.

Roar

is a framework for parsing and rendering REST documents. Both syntax and semantics are declared in Ruby modules that can be mixed into your domain models. Additional features include client HTTP support, coercion, client-side caching, awesome hypermedia support and more.

[Top]