Module: Googl::Utils
- Included in:
- ClientLogin, Expand, OAuth2::Native, OAuth2::Server, Shorten
- Defined in:
- lib/googl/utils.rb
Overview
:nodoc:
Constant Summary collapse
- API_URL =
'https://www.googleapis.com/urlshortener/v1/url'- API_HISTORY_URL =
"https://www.googleapis.com/urlshortener/v1/url/history"- API_CLIENT_LOGIN_URL =
"https://www.google.com/accounts/ClientLogin"- SCOPE_URL =
"https://www.googleapis.com/auth/urlshortener"