Sha256: 10d176fc596fa2dbf217d075a652857f53ab8ae0a4fb6bee65c985aeade0eb56
Contents?: true
Size: 584 Bytes
Versions: 1
Compression:
Stored size: 584 Bytes
Contents
module Peerindex # Wrapper for the Peerindex REST API # # @note All methods have been separated into modules and follow the same grouping used in {http://dev.twitter.com/doc the Twitter API Documentation}. # @see http://dev.twitter.com/pages/every_developer class Client < API # Require client method modules after initializing the Client class in # order to avoid a superclass mismatch error, allowing those modules to be # Client-namespaced. require 'peerindex/client/user' alias :api_endpoint :endpoint include Peerindex::Client::User end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
peerindex-0.0.1 | lib/peerindex/client.rb |