bitly icon indicating copy to clipboard operation
bitly copied to clipboard

🗜 A Ruby wrapper for the bit.ly API

Results 2 bitly issues
Sort by recently updated
recently updated
newest added

Following the README when I try to `client.expand` I get a 404. This is my code: ```ruby require 'bitly' token = '«myTokenHere»' client = Bitly::API::Client.new(token: token) bitlink = client.expand(bitlink: "https://bit.ly/«myShortCode»")...

I can't figure out how to create a custom bitlink / back half with the gem. The docs say the endpoint is supported, but i cant make it work. any...