Bugzilla:WebService: Difference between revisions
(Created page with "Documentation for the Bugzilla WebService is entirely in the documentation of the [http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService.html Bugzilla::WebService] mo...") |
(→Older Versions: Added 4.2 and 4.4) |
||
Line 12: | Line 12: | ||
If you want to read the documentation for stable versions of Bugzilla directly, here they are. In each of these pages, see the "SEE ALSO" section for links to the documentation of each function that the WebService provides. | If you want to read the documentation for stable versions of Bugzilla directly, here they are. In each of these pages, see the "SEE ALSO" section for links to the documentation of each function that the WebService provides. | ||
'''4.4''': [http://www.bugzilla.org/docs/4.4/en/html/api/Bugzilla/WebService.html Bugzilla::WebService] | |||
'''4.2''': [http://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/WebService.html Bugzilla::WebService] | |||
'''4.0''': [http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService.html Bugzilla::WebService] | '''4.0''': [http://www.bugzilla.org/docs/4.0/en/html/api/Bugzilla/WebService.html Bugzilla::WebService] |
Revision as of 21:49, 22 February 2014
Documentation for the Bugzilla WebService is entirely in the documentation of the Bugzilla::WebService modules.
The Main Documentation
trunk: Bugzilla::WebService
In many cases, you can just read this very latest documentation for the WebService, because it accurately describes the version in which every feature was added. Make sure to read the "History" section of the docs for every method that you use, though, so that you understand how it changed across versions of Bugzilla and when it was added. (You will see the "History" section at the end of every method's individual documentation.)
The "SEE ALSO" section has "Server Types", which describes specifics about how to use the WebService on XML-RPC vs JSON-RPC. It also has a sub-section called "WebService Methods", which links to the documentation for all of the actual functions you can call in the Bugzilla WebService.
Older Versions
If you want to read the documentation for stable versions of Bugzilla directly, here they are. In each of these pages, see the "SEE ALSO" section for links to the documentation of each function that the WebService provides.
4.4: Bugzilla::WebService
4.2: Bugzilla::WebService
4.0: Bugzilla::WebService
3.6: Bugzilla::WebService
Note also that the JSON-RPC WebService was added in 3.6, so versions before 3.6 do not have JSON-RPC support.
Before 3.6
Versions before 3.6 don't have SEE ALSO sections, so we have to list out all the documentation explicitly:
3.4
- Bugzilla::WebService
- Bugzilla::WebService::Bug
- Bugzilla::WebService::Bugzilla
- Bugzilla::WebService::User
- Bugzilla::WebService::Product
3.2
- Bugzilla::WebService
- Bugzilla::WebService::Bug
- Bugzilla::WebService::Bugzilla
- Bugzilla::WebService::User
- Bugzilla::WebService::Product
3.0
- Bugzilla::WebService
- Bugzilla::WebService::Bug
- Bugzilla::WebService::Bugzilla
- Bugzilla::WebService::User
- Bugzilla::WebService::Product
Versions of Bugzilla before 3.0 did not have a WebService.