Home | Trees | Indices | Help |
---|
|
object --+ | IWebService --+ | WebService
An interface to the MusicBrainz XML web service via HTTP.
By default, this class uses the MusicBrainz server but may be configured for accessing other servers as well using the constructor. This implements IWebService, so additional documentation on method parameters can be found there.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor. This can be used without parameters. In this case, the MusicBrainz server will be used.
|
Query the web service via HTTP-GET. Returns a file-like object containing the result or raises a WebServiceError. Conditions leading to errors may be
invalid entities, IDs,
See Also: IWebService.get |
Send data to the web service via HTTP-POST. Note that this may require authentication. You can set user name, password and realm in the constructor.
See Also: IWebService.post |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Aug 20 05:22:03 2015 | http://epydoc.sourceforge.net |