|
__init__(self,
client,
http_method,
http_uri,
http_headers={ } ,
http_body='
' ,
result_type=<class buzz.Post at 0x101214b30>,
singular=False) |
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
|
|