Skip to content

Instantly share code, notes, and snippets.

@ey-pairing
Created April 25, 2012 17:44
Show Gist options
  • Select an option

  • Save ey-pairing/2491603 to your computer and use it in GitHub Desktop.

Select an option

Save ey-pairing/2491603 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'bundler'
Bundler.require
require './grape'
run Test
source "http://rubygems.org"
gem "grape"
gem "shotgun"
gem "thin"
class Test < Grape::API
format :json
default_format :json
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment