Sha256: acb96bf55c1c036d3a7e0cc2e2ed38455ddd08061d1add221b6480837977f953
Contents?: true
Size: 327 Bytes
Versions: 3
Compression:
Stored size: 327 Bytes
Contents
module SchoolFriend module REST class Friends include APIMethods api_method :get api_method :get_mutual_friends api_method :get_online api_method :get_app_users, session_only: true api_method :get_birthdays api_method :are_friends, session_only: true end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
school_friend-0.1.1 | lib/school_friend/rest/friends.rb |
school_friend-0.1.0 | lib/school_friend/rest/friends.rb |
school_friend-0.0.1 | lib/school_friend/rest/friends.rb |