leocabeza / clash-api

Ruby wrapper for the Clash of Clans API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should underscore hash params when the methods accepts params

leocabeza opened this issue · comments

For example:

client.find_clan({name: 'onehive', minMembers: 25})

should be

client.find_clan({name: 'onehive', min_members: 25})

This is is already resolved in v1.0 tag