Module: GooglApi
- Defined in:
- lib/googl-api/client.rb,
lib/googl-api/response.rb,
lib/googl-api/client_login.rb
Defined Under Namespace
Classes: Client, ClientLogin, GooglError, Response
Constant Summary collapse
- API_URL =
'https://www.googleapis.com/urlshortener/'
- API_VERSION =
'v1'
Class Method Summary collapse
Class Method Details
.new(options = {}) ⇒ Object
7 8 9 |
# File 'lib/googl-api/client.rb', line 7 def self.new( = {}) Client.new() end |