Bugzilla:BzAPI: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
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.6 (14th April 2010)===
===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 22: Line 24:
* [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.1 (13th July 2010)===
===Version 0.7 (14th September 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]
* [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:Methods&oldid=255909 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=215678 Objects sent and received]
* [https://wiki.mozilla.org/index.php?title=Bugzilla:REST_API:Objects&oldid=237834 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=254262 Tips, tricks and code samples]


==Servers==
==Servers==
Line 39: Line 39:
Main Mozilla server (https://bugzilla.mozilla.org/):
Main Mozilla server (https://bugzilla.mozilla.org/):


  [https://api-dev.bugzilla.mozilla.org/0.6.1/ https://api-dev.bugzilla.mozilla.org/0.6.1/]
  [https://api-dev.bugzilla.mozilla.org/0.7/ https://api-dev.bugzilla.mozilla.org/0.7/]
  [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 (http://landfill.bugzilla.org/bzapi_sandbox/):
Testing server (http://landfill.bugzilla.org/bzapi_sandbox/):


  [https://api-dev.bugzilla.mozilla.org/test/0.6.1/ https://api-dev.bugzilla.mozilla.org/test/0.6.1/]
  [https://api-dev.bugzilla.mozilla.org/test/0.7/ https://api-dev.bugzilla.mozilla.org/test/0.7/]
  [https://api-dev.bugzilla.mozilla.org/test/latest/ https://api-dev.bugzilla.mozilla.org/test/latest/]
  [https://api-dev.bugzilla.mozilla.org/test/latest/ https://api-dev.bugzilla.mozilla.org/test/latest/]


Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925

edits

Navigation menu