From a28c5de7b964400e27d72f24d1376f858ae081c8 Mon Sep 17 00:00:00 2001 From: Maurice Aubrey Date: Sun, 23 Oct 2016 13:08:24 -0700 Subject: [PATCH] fix example code --- lib/Google/API/Client.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Google/API/Client.pm b/lib/Google/API/Client.pm index eff4e0d..2a52691 100644 --- a/lib/Google/API/Client.pm +++ b/lib/Google/API/Client.pm @@ -115,6 +115,7 @@ Google::API::Client - A client for Google APIs Discovery Service my $client = Google::API::Client->new; my $service = $client->build('urlshortener', 'v1'); + my $url = $service->url; # Get shortened URL my $body = {