philnash / bitly

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

Initial v4 support #77

Closed sevenseacat closed 4 years ago

sevenseacat commented 5 years ago

Adds initial support for V4 of the Bitly API - enough to create a basic bitlink given an existing Oauth token.

This was done by copying/pasting/tweaking bits of the v3 code so I wasn't sure how to test it - suggestions welcome.