Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
No edit summary |
|||
| Line 13: | Line 13: | ||
Older pages in this wiki document released versions of BzAPI. | Older pages in this wiki document released versions of BzAPI. | ||
===Version 0. | ===Version 0.6 (14th April 2010)=== | ||
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API&oldid= | * [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API&oldid=215695 Overview] | ||
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Methods&oldid= | * [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Methods&oldid=215674 API Methods] | ||
** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Search&oldid=189990 Parameters for the Search method] | ** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Search&oldid=189990 Parameters for the Search method] | ||
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Objects&oldid= | * [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Objects&oldid=215678 Objects sent and received] | ||
** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Objects:Configuration&oldid=209065 The Configuration object] | ** [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Objects:Configuration&oldid=209065 The Configuration object] | ||
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:HowTo&oldid=185641 Tips, tricks and code samples] | * [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:HowTo&oldid=185641 Tips, tricks and code samples] | ||
===Version 0.6 ( | ===Version 0.6.1 (13th July 2010)=== | ||
This is version 0.6, updated for Bugzilla 3.6 compatibility. Two things don't work: JSONP, and the new_since parameter for the /comment call. | |||
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API&oldid=215695 Overview] | * [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API&oldid=215695 Overview] | ||
| Line 37: | Line 39: | ||
Main Mozilla server (https://bugzilla.mozilla.org/): | Main Mozilla server (https://bugzilla.mozilla.org/): | ||
[https://api-dev.bugzilla.mozilla.org/0.6/ https://api-dev.bugzilla.mozilla.org/0.6/] | [https://api-dev.bugzilla.mozilla.org/0.6.1/ https://api-dev.bugzilla.mozilla.org/0.6.1/] | ||
[https://api-dev.bugzilla.mozilla.org/latest/ https://api-dev.bugzilla.mozilla.org/latest/] | [https://api-dev.bugzilla.mozilla.org/latest/ https://api-dev.bugzilla.mozilla.org/latest/] | ||
Testing server (https://bugzilla-stage-tip.mozilla.org/): | Testing server (https://bugzilla-stage-tip.mozilla.org/): | ||
[https://api-dev.bugzilla.mozilla.org/stage/0.6/ https://api-dev.bugzilla.mozilla.org/stage/0.6/] | [https://api-dev.bugzilla.mozilla.org/stage/0.6.1/ https://api-dev.bugzilla.mozilla.org/stage/0.6.1/] | ||
[https://api-dev.bugzilla.mozilla.org/stage/latest/ https://api-dev.bugzilla.mozilla.org/stage/latest/] | [https://api-dev.bugzilla.mozilla.org/stage/latest/ https://api-dev.bugzilla.mozilla.org/stage/latest/] | ||