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