Sha256: dc8bdb88cf01296dea92aa2fa67dafbd86a8ed5536aef85d141d4b71b205c3aa

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 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)
    Hyperclient::EntryPoint.new(url)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hyperclient-0.4.0 lib/hyperclient.rb
hyperclient-0.3.2 lib/hyperclient.rb
hyperclient-0.3.1 lib/hyperclient.rb
hyperclient-0.3.0 lib/hyperclient.rb