philnash / bitly

🗜 A Ruby wrapper for the bit.ly API
https://rubygems.org/gems/bitly
MIT License
451 stars 139 forks source link

clicks_by_day doesn't take the days parameter #11

Closed philnash closed 13 years ago

philnash commented 13 years ago

http://code.google.com/p/bitly-api/wiki/ApiDocumentation#/v3/clicks_by_day shows that clicks_by_day can take an optional days parameter between 1 and 30. Currently the v3 client does not accept this parameter and defaults to 7 days.