Skip to content
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

issue in api bit.ly #20

Open
Abo5 opened this issue May 6, 2024 · 0 comments
Open

issue in api bit.ly #20

Abo5 opened this issue May 6, 2024 · 0 comments

Comments

@Abo5
Copy link

Abo5 commented May 6, 2024

there issue in api bit.ly not working

require 'shorturl'

long_url = "https://www.youtube.com/watch?v=B3Fbujmgo60"
short_url = ShortURL.shorten(long_url, :bitly)

puts "Original URL: #{long_url}"
puts "Shortened URL: #{short_url}"

output :

Original URL: https://www.youtube.com/watch?v=B3Fbujmgo60
Shortened URL: 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant