GoogleApi.UrlShortener
URL Shortener API client library.
Lets you create, inspect, and manage goo.gl short URLs
Installation
Install this package from Hex by adding
google_api_url_shortener to your list of dependencies in mix.exs:
def deps do
[{:google_api_url_shortener, "~> 0.6"}]
endFor more information
Product documentation is available at https://developers.google.com/url-shortener/v1/getting_started.
Library reference documentation is published on Hexdocs at https://hexdocs.pm/google_api_url_shortener.