Class: Iknow::RestClient::User

Inherits:
Base
  • Object
show all
Defined in:
lib/iknow/rest_client/user.rb

Constant Summary collapse

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__' }
}

Method Summary

Methods inherited from Base

http_method, method_missing, path, valid_action?