Closed mehulkar closed 4 years ago
client = Bitly.client client.shorten("http://google.com").jmp_url
I'm getting a no method error.
NoMethodError: undefined method 'shorten_url' for #<Bitly::V3::Url:0x007fe7e9a1dd20>
client.shorten("http://google.com").short_url works as expected and generates a bit.ly url.
client.shorten("http://google.com").short_url
bit.ly
I'm getting a no method error.
NoMethodError: undefined method 'shorten_url' for #<Bitly::V3::Url:0x007fe7e9a1dd20>
client.shorten("http://google.com").short_url
works as expected and generates abit.ly
url.