philnash / bitly

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

can't create custom bitlink / back half #88

Open mhuegel opened 5 months ago

mhuegel commented 5 months ago

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 help is appreciated.

philnash commented 4 months ago

Hey @mhuegel, sorry for the slow response. The docs actually list custom bitlinks as not implemented yet. I think when I built this version, custom bitlinks may have been only available to paying customers and I didn't have an upgraded account at the time. Looking now, it appears you can create a custom bitlink on a free account, so it could be implemented easily now.

I'll take a look into adding a method to create a custom bitlink, though pull requests are also appreciated.