antek-drzewiecki / wine_bouncer

A Ruby gem that allows Oauth2 protection with Doorkeeper for Grape Api's
MIT License
112 stars 58 forks source link

Update readme, fix inheritance on Easy DSL sample #38

Closed neilor closed 5 years ago

neilor commented 9 years ago

In Easy DSL sample code, the MyAwesomeApi has to inherit from Api, where use ::WineBouncer::OAuth2 are being called.