[ 源代码: ruby-grape ]
软件包:ruby-grape(2.0.0-3)
Simple Ruby framework for building REST-like APIs
Grape is a REST-like API micro-framework for Ruby. It's designed to run on Rack or complement existing web application frameworks such as Rails and Sinatra by 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.
其他与 ruby-grape 有关的软件包
|
|
|
|
-
- dep: ruby-activesupport (>= 2:5)
- collection of utility classes used by the Rails framework
-
- dep: ruby-builder
- Builders for XML MarkUps
-
- dep: ruby-dry-types (>= 1.1)
- Flexible type system for Ruby with coercions and constraints
-
- dep: ruby-mustermann-grape (>= 1.0.0)
- Grape syntax for Mustermann
-
- dep: ruby-rack (>= 1.3.0)
- modular Ruby webserver interface
-
- dep: ruby-rack-accept
- suite of tools for interpreting HTTP Accept family for Ruby/Rack