Sha256: 7e161aef2c47c340c177b62ba8b8d904136b23b8fa2e443e75923d369f29b276
Contents?: true
Size: 355 Bytes
Versions: 5
Compression:
Stored size: 355 Bytes
Contents
module GlipSdk # REST is the namespace for the RingCentral REST API class in the # RingCentral Ruby SDK module REST autoload :Cache, 'glip_sdk/rest/cache' autoload :Client, 'glip_sdk/rest/client' autoload :Groups, 'glip_sdk/rest/groups' autoload :Persons, 'glip_sdk/rest/persons' autoload :Posts, 'glip_sdk/rest/posts' end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
glip_sdk-0.0.5 | lib/glip_sdk/rest.rb |
glip_sdk-0.0.4 | lib/glip_sdk/rest.rb |
glip_sdk-0.0.3 | lib/glip_sdk/rest.rb |
glip_sdk-0.0.2 | lib/glip_sdk/rest.rb |
glip_sdk-0.0.1 | lib/glip_sdk/rest.rb |