Sha256: 70571e70379202162f48978109960d25a48a7f517962aee4fe2c7337f60a3c56

Contents?: true

Size: 350 Bytes

Versions: 6

Compression:

Stored size: 350 Bytes

Contents

require 'hyperclient/entry_point'
require 'hyperclient/version'

# Public: Hyperclient namespace.
#
module Hyperclient
  # Public: Convenience method to create new EntryPoints.
  #
  # url - A String with the url of the API.
  #
  # Returns a Hyperclient::EntryPoint
  def self.new(url, &block)
    Hyperclient::EntryPoint.new(url, &block)
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyperclient-0.8.1 lib/hyperclient.rb
hyperclient-0.8.0 lib/hyperclient.rb
hyperclient-0.7.2 lib/hyperclient.rb
hyperclient-0.7.1 lib/hyperclient.rb
hyperclient-0.7.0 lib/hyperclient.rb
hyperclient-0.6.1 lib/hyperclient.rb