Module: GlipSdk

Defined in:
lib/glip_sdk.rb,
lib/glip_sdk/rest.rb,
lib/glip_sdk/rest/cache.rb,
lib/glip_sdk/rest/posts.rb,
lib/glip_sdk/rest/client.rb,
lib/glip_sdk/rest/groups.rb,
lib/glip_sdk/rest/persons.rb

Defined Under Namespace

Modules: REST

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.new(client, opts = {}) ⇒ Object



7
8
9
# File 'lib/glip_sdk.rb', line 7

def new(client, opts = {})
  GlipSdk::REST::Client.new client, opts
end