Class: Orkut::Client

Inherits:
API
  • Object
show all
Includes:
Albums, Comments, Mediaitems, Messages, People, Timelines, Videos
Defined in:
lib/orkut/client.rb,
lib/orkut/client/base.rb,
lib/orkut/client/albums.rb,
lib/orkut/client/people.rb,
lib/orkut/client/videos.rb,
lib/orkut/client/comments.rb,
lib/orkut/client/messages.rb,
lib/orkut/client/timelines.rb,
lib/orkut/client/mediaitems.rb

Defined Under Namespace

Modules: Albums, Base, Comments, Mediaitems, Messages, People, Timelines, Videos

Constant Summary

Constants included from Base

Base::DEFAULT_COUNT, Base::DEFAULT_DATETIME_FORMAT, Base::DEFAULT_LANGUAGE

Method Summary

Methods included from Base

#default_headers, #format_datetime, #get_refresh_token, #request_id

Methods included from People

#get_person_full_profile, #list_friends

Methods included from Comments

#get_comments, #insert_comment

Methods included from Messages

#post_message, #post_scrap, #update_status

Methods included from Timelines

#home_timeline, #home_timeline_v1, #scraps_timeline, #scraps_timeline_v1

Methods inherited from API

#initialize

Methods included from Request

#delete_v1, #execute, #get_refresh_access_token, #get_v1, #head_v1, #post_v1, #put_v1, #verify_path

Methods included from Connection

#authorization_uri, #get_connection_hash

Methods included from Authenticatable

#authenticated?, #authenticated_v1?, #credentials, #credentials_v1

Constructor Details

This class inherits a constructor from Orkut::API