You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of returning an array of Hashie::Mash objects for every successful request, return the corresponding Marvel Entity. For example, if I make a call to v1/public/characters, I should get an array of Marvel::Character objects back.
Instead of returning an array of
Hashie::Mashobjects for every successful request, return the corresponding Marvel Entity. For example, if I make a call tov1/public/characters, I should get an array ofMarvel::Characterobjects back.