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