Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Grape en Ruby GDL

Grape en Ruby GDL

Grape presentation para Ruby GDL

Oscar Gonzalez

July 17, 2015
Tweet

Transcript

  1. class MyAPI < Grape::API prefix 'api' version 'region 4' get

    'seleccion' do {:version => version} end end