Sha256: 550d13105bd29d6de1b15c4e994d1a20338ba30e054e753725073b587facf1d3
Contents?: true
Size: 502 Bytes
Versions: 18
Compression:
Stored size: 502 Bytes
Contents
class Iknow::RestClient::User < Iknow::RestClient::Base ACTIONS = { :find => { :path => '/users/__username__' }, :lists => { :path => '/users/__username__/lists' }, :items => { :path => '/users/__username__/items' }, :friends => { :path => '/users/__username__/friends' }, :study_results => { :path => '/users/__username__/study_results/__application__' }, :matching => { :path => '/users/matching/__keyword__' } } end
Version data entries
18 entries across 18 versions & 2 rubygems