Closed sylturner closed 11 years ago
Is there a reason this hasn't been merged into master yet? It seems like a nice addition. (I've been using it for a while now.)
+1 for merge
Please add this to master asap. BTW thanks "Syl Turner" for such a fantastic addition to bitly gem. Nice work.
:+1: @philnash what's the deal? :)
Apologies for what was a ridiculous wait for this. I have merged this to master, but it didn't auto close the pull request. Look out for this in a new version of the gem soon.
No worries, @philnash! You're awesome for doing it!
I added the optional ability to set username, api_key, and api_version through a Rails initializer. If configured that way, you get the client with the method
Bitly.client
Added the
Config
class, added theclient
method inBitly
, updated the readme, and added some tests.