aristotll / grape_on_rails_routes

See Rails-like routes for Grape API's mounted on Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grape On Rails Routes


View Rails-like routes for your Grape API's mounted on Rails


Usage

Add this to your Gemfile:

gem 'grape_on_rails_routes'

Run the rake task:

$ rake grape:routes

Development

Install dependencies

$ bundle install

Run tests

$ rspec

About

See Rails-like routes for Grape API's mounted on Rails

License:MIT License


Languages

Language:Ruby 100.0%