Sha256: 25c1196a607942cc9441427c41d7862cd1cfd9ed9ba36f8eba18d3d175b82398
Contents?: true
Size: 463 Bytes
Versions: 1
Compression:
Stored size: 463 Bytes
Contents
module Totter class Client # Client methods for working with connection objects module Connections # Performs a find friends operation for a given connection token # # @param token [String] The connection token # @return [Hashie::Mash] # @example # Totter.find_connection_friends('abc1234') def find_connection_friends(token) post("connections/#{token}/find_friends").body end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
totter-0.4.4 | lib/totter/client/connections.rb |