This version requires Roar 1.0 or newer.
- Make presenter changes according to the roar changelog, specifically replace
Roar::Representer::Feature::Hypermedia
withRoar::Hypermedia
andRoar::Representer::JSON
withRoar::JSON
and adjust anyrequire
paths. - Ensure that
Grape::Roar::Representer
is included after anyRoar::JSON
orRoar::Hypermedia
mixins. You would otherwise get aTypeError: class or module required
from withinRoar::Representable
.