devigned/grapeape

View on GitHub
examples/hello_world/api.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'grape_ape'

class Api < GrapeApe::API
  format :json

  get '/', routing_key: 'foo', method: 'hello_world'
end