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

Class Result

source code

The Result object encapsulates each result returned from the API.

Instance Methods [hide private]
 
__init__(self, client, http_method, http_uri, http_headers={}, http_body='', result_type=<class buzz.Post at 0x101214b30>, singular=False) source code
 
__iter__(self) source code
 
reload(self) source code
 
load_next(self) source code
 
_parse_post(self, json)
Helper method for converting a post JSON structure.
source code
 
_parse_posts(self, json)
Helper method for converting a set of post JSON structures.
source code
 
_parse_comments(self, json)
Helper method for converting a set of comment JSON structures.
source code
 
_parse_person(self, json)
Helper method for converting a person JSON structure.
source code
 
_parse_people(self, json)
Helper method for converting a set of person JSON structures.
source code
 
_parse_link(self, json)
Helper method for converting a person JSON structure.
source code
 
_parse_links(self, json)
Helper method for converting a set of person JSON structures.
source code
 
_parse_error(self, json)
Helper method for converting an error response to an exception.
source code
Properties [hide private]
  data
  next_uri
Property Details [hide private]

data

Get Method:
unreachable.data(self)

next_uri

Get Method:
unreachable.next_uri(self)