Sha256: a3d2a54d0576444d9f73ea786ecb7c6a3c75e99ee57f9d4c6e2389f2a996cf3e

Contents?: true

Size: 421 Bytes

Versions: 3

Compression:

Stored size: 421 Bytes

Contents

module Evrythng
  # Wrapper for the Evrythng REST API
  class Client < API
    # Require client method modules after initializing the Client class in
    # order to avoid a superclass mismatch error, allowing those modules to be
    # Client-namespaced.
    require 'evrythng/client/thngs'
    require 'evrythng/client/collections'

    include Evrythng::Client::Thngs
    include Evrythng::Client::Collections
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
evrythng-0.0.5 lib/evrythng/client.rb
evrythng-0.0.3 lib/evrythng/client.rb
evrythng-0.0.2 lib/evrythng/client.rb