Module buzz :: Class Post
[hide private]
[frames] | no frames]

Class Post

source code

The Post object represents a post within Buzz. A post has an actor and content, and may have zero or more comments and likes. An Attachment may be associated with the post by appending to the attachments list.

Instance Methods [hide private]
 
__init__(self, json=None, client=None, content=None, annotation=None, uri=None, verb=None, actor=None, geocode=None, place_id=None, attachments=None) source code
 
__repr__(self) source code
 
comments(self, client=None)
Syntactic sugar for `client.comments(post)`.
source code
 
related_links(self, client=None)
Syntactic sugar for `client.related_links(post)`.
source code
 
likers(self, client=None)
Syntactic sugar for `client.likers(post)`.
source code
 
like(self, client=None)
Syntactic sugar for `client.like_post(post)`.
source code
 
unlike(self, client=None)
Syntactic sugar for `client.unlike_post(post)`.
source code
 
mute(self, client=None)
Syntactic sugar for `client.mute_post(post)`.
source code
 
unmute(self, client=None)
Syntactic sugar for `client.unmute_post(post)`.
source code
Properties [hide private]
  public
  _json_output
Property Details [hide private]

public

Get Method:
unreachable.public(self)

_json_output

Get Method:
unreachable._json_output(self)