-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for v4 #18
Comments
Do you just need to shorten urls or are you doing more advanced things like analytics? If you just need a quick way to shorten urls to bitly, let me know and I'll post the function I wrote to connect to the v4 api and get the shortened url. |
Hey @hangryfabian that would be super helpful, yeah, I just need to shorten the URL, thanks. |
See below. I'm using a library called SimpleJSON, but you could use any other JSON library (or even work with the Strings directly). This could be much more robust / include error handling obviously.
Then call it with:
|
Thanks @hangryfabian I made a function using
|
@vany0114 I don't have any plans to work on this lib because I don't use it myself at the moment and don't have time to rewrite it. Feel free to fork and publish your own updated version. I will happily redirect people to the new version. |
Do you have plans to support the v4?
It seems this package is gonna be obsolete next March 1st
The text was updated successfully, but these errors were encountered: