dustinlakin / twitch-rb

Twitch API gem
MIT License
51 stars 28 forks source link

Add params to following/followed requests and update tests #19

Closed ishigo974 closed 8 years ago

ishigo974 commented 8 years ago

I added the possibility to send params to following and followed requests (pagination, limit, etc.) and the tests with it. I also added a check on @access_token to avoid fails when you don't want to use it. I cleaned by removing useless tabs and lines.

Loopingo commented 8 years ago

+1

dustinlakin commented 8 years ago

Thanks @ishigo974 sorry it took some time. I am looking at this today and update you two. cc: @Loopingo

dustinlakin commented 8 years ago

Looks great, appreciate the updates @ishigo974