Home | Trees | Indices | Help |
|
---|
|
object --+ | impl.ReprObj --+ | BaseWebquery
A base class for querying webservices.
This serves as a foundation for other web-query classes, centralising a small amount of functionality and providing a common interface.
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_repr_fields =
|
|
|||
Inherited from |
|
|
Send a request to the webservice and return the response. This is the low-level calls that checks any throttling, send the request and actually fetches the response data. For consistency, all service access should be placed through here.
|
Assemble the full url for requesting data. This is an internal method, intended for over-riding or modifying the request construction in subclasses, for example where an access key must be included.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed May 6 19:43:46 2009 | http://epydoc.sourceforge.net |