You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a DSL wrapper around Rack::Builder that will be able to dynamically generate a Rack application based on the provided API structure. For starters, it should have support for:
An API path prefix
Versioning
Basic RESTful resource creation
Format declarations
Error display and handling.
The text was updated successfully, but these errors were encountered:
dwmcnelis
pushed a commit
to dwmcnelis/grape
that referenced
this issue
Jul 31, 2013
Create a DSL wrapper around Rack::Builder that will be able to dynamically generate a Rack application based on the provided API structure. For starters, it should have support for:
The text was updated successfully, but these errors were encountered: