GData.ServiceClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
api_version |
r |
the version of the |
|
append_query_headers |
r |
a function to allow subclasses to append their own headers to queries before they are submitted to the online service, using the given authorization domain; new in version 0.9.0 |
|
feed_type |
r |
the |
|
get_authorization_domains |
r |
a function to return a newly-allocated list of all the |
|
parent |
r |
the parent class |
|
parse_error_response |
r |
a function to parse error responses to queries from the online service. It should set the error from the status, reason phrase and response body it is passed. |
|
parse_feed |
r |
a function to parse feed responses to queries from the online service; new in version 0.17.0 |
Methods¶
None
Details¶
- class GData.ServiceClass¶
The class structure for the
GData.Service
type.New in version 0.9.0.