Confirmed users
1,927
edits
m (Edmorley moved page Bugzilla:REST API to Bugzilla:BzAPI) |
(Updated top note for BzAPI compat release and wiki-page moves) |
||
| Line 1: | Line 1: | ||
<div style="border: thin dotted #aaa; padding:5px;"> | <div style="border: thin dotted #aaa; padding:5px;"> | ||
'''If you are interfacing with [https://bugzilla.mozilla.org/ bugzilla.mozilla.org], then this REST API, generally referred to as "BzAPI", is DEPRECATED. For new projects, use the [[ | '''If you are interfacing with [https://bugzilla.mozilla.org/ bugzilla.mozilla.org], then this REST API, generally referred to as "BzAPI", is DEPRECATED. For new projects, use the [[Bugzilla:REST_API|native REST API]] instead. The BMO team has implemented a compatibility layer to help existing apps transition off BzAPI onto the native REST API; see the [https://groups.google.com/forum/#!topic/mozilla.tools.bmo/g9x5ZK817Qo the announcement on the tools.bmo list] for more details. Please direct any questions to the [[BMO]] team. | ||
'''However, the Native REST API has not yet shipped in any released version of Bugzilla, so if you want a REST interface to a different Bugzilla server, installing BzAPI (the code documented here) is still your best choice for now.''' | '''However, the Native REST API has not yet shipped in any released version of Bugzilla, so if you want a REST interface to a different Bugzilla server, installing BzAPI (the code documented here) is still your best choice for now.''' | ||