Sha256: 959d3662df84576911be3ec0271b12c4b6bfcc9b9cd26f7f7ba86991158a084a
Contents?: true
Size: 334 Bytes
Versions: 1
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hyperclient-0.5.0 | lib/hyperclient.rb |