Bugzilla:BzAPI: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 36: Line 36:
==Servers==
==Servers==


The existing implementation of the API is a proxy which can be installed and pointed at any Bugzilla (version 3.4 or above for full capabilities). An installation of the latest version, pointed at https://bugzilla.mozilla.org/, can be found at:
Installations of the API are available pointed at two Bugzilla servers - the main Mozilla one and the testing server. You can also use a specific version of the API, or just "the latest stable version".
 
Main Mozilla server (https://bugzilla.mozilla.org/):


  [https://api-dev.bugzilla.mozilla.org/0.3/ https://api-dev.bugzilla.mozilla.org/0.3/]
  [https://api-dev.bugzilla.mozilla.org/0.3/ https://api-dev.bugzilla.mozilla.org/0.3/]
[https://api-dev.bugzilla.mozilla.org/latest/ https://api-dev.bugzilla.mozilla.org/latest/]


There is a test Bugzilla server at https://bugzilla-stage-tip.mozilla.org/. There is a version of the API pointed at this server, which should be used for testing API clients. However, note that bugzilla-stage-tip is very slow. If your queries time out, you may have to test (carefully) against the live server.
Staging server (https://bugzilla-stage-tip.mozilla.org/):


  [https://api-dev.bugzilla.mozilla.org/stage/0.3/ https://api-dev.bugzilla.mozilla.org/stage/0.3/]
  [https://api-dev.bugzilla.mozilla.org/stage/0.3/ https://api-dev.bugzilla.mozilla.org/stage/0.3/]
[https://api-dev.bugzilla.mozilla.org/stage/latest/ https://api-dev.bugzilla.mozilla.org/stage/latest/]
If you want to always use the same version, use URLs with a version number in. However, old ones are not guaranteed to persist. If you want to live on the (stable) edge, use URLs with "latest" in.


As the API is tweaked and revised, the version number in these URLs will increase, so updates don't break every single client immediately. However, old versions are not guaranteed to persist. Authors of API-using tools are strongly encouraged to join the [http://www.mozilla.org/community/developer-forums.html#tools mozilla.tools] mailing list to be kept up to date.
Authors of API-using tools are strongly encouraged to join the [http://www.mozilla.org/community/developer-forums.html#tools mozilla.tools] mailing list to be kept up to date on changes and new releases.


==Browsing the API==
==Browsing the API==
Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925

edits

Navigation menu