Account confirmers, Anti-spam team, Confirmed users, Bureaucrats and Sysops emeriti
4,925
edits
| Line 35: | Line 35: | ||
==Servers== | ==Servers== | ||
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 | 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 version". | ||
Main Mozilla server (https://bugzilla.mozilla.org/): | Main Mozilla server (https://bugzilla.mozilla.org/): | ||
| Line 47: | Line 47: | ||
[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/] | ||
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 | 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 edge, use URLs with "latest" in. However, backwardly-incompatible changes are possible at the time of a new release. | ||
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. | 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. | ||