Sha256: 196e1567ddd746d9767007f3b290befdbc4ccefab9cf86bbc6ed3ad1684b8aa9

Contents?: true

Size: 582 Bytes

Versions: 10

Compression:

Stored size: 582 Bytes

Contents

require 'hyperclient/collection'
require 'hyperclient/link'
require 'hyperclient/attributes'
require 'hyperclient/curie'
require 'hyperclient/entry_point'
require 'hyperclient/link_collection'
require 'hyperclient/resource'
require 'hyperclient/resource_collection'
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

10 entries across 10 versions & 1 rubygems

Version Path
hyperclient-2.0.0 lib/hyperclient.rb
hyperclient-1.0.1 lib/hyperclient.rb
hyperclient-0.9.3 lib/hyperclient.rb
hyperclient-0.9.1 lib/hyperclient.rb
hyperclient-0.9.0 lib/hyperclient.rb
hyperclient-0.8.6 lib/hyperclient.rb
hyperclient-0.8.5 lib/hyperclient.rb
hyperclient-0.8.4 lib/hyperclient.rb
hyperclient-0.8.3 lib/hyperclient.rb
hyperclient-0.8.2 lib/hyperclient.rb