petems / riot_api

A Ruby wrapper for the Riot API for League of Legends - https://developer.riotgames.com/api/
MIT License
12 stars 3 forks source link

Implemented methods to hit game endpoint. #6

Closed pcg79 closed 10 years ago

pcg79 commented 10 years ago

Implemented methods to hit the /game endpoint. Tests included.

Same basic format as the /champions endpoint.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling f85af4e8dd5b0ee40c962f9ff2840c7e56d25484 on pcg79:implement_game_methods into f588ee654ec7d5650be90117858006a099a3292f on petems:master.

petems commented 10 years ago

Merge in master and I'll merge this :+1:

coveralls commented 10 years ago

Coverage Status

Coverage increased (+0.17%) when pulling ceb357448f705798ab6a4c2ca8a4cf207ef6dc78 on pcg79:implement_game_methods into 8e7b83988785ba25efa34a17d9fc8e57198be41e on petems:master.

pcg79 commented 10 years ago

This is good to go.