Confirmed users
1,927
edits
(→Summary: Fix link & clarify version) |
|||
| Line 10: | Line 10: | ||
Bugzilla 5.0+ has a native REST API, an HTTP version of its XMLRPC and JSONRPC APIs. It is [http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/REST.html documented] along with the other WebServices and Bugzilla's internal interfaces. '''This is the preferred way to interface with Bugzilla from external apps''', web or otherwise. | Bugzilla 5.0+ has a native REST API, an HTTP version of its XMLRPC and JSONRPC APIs. It is [http://www.bugzilla.org/docs/tip/en/html/api/Bugzilla/WebService/Server/REST.html documented] along with the other WebServices and Bugzilla's internal interfaces. '''This is the preferred way to interface with Bugzilla from external apps''', web or otherwise. | ||
Although the native REST API is not in any released Bugzilla version yet, it has been backported to [[BMO]] and is available for use there. On BMO, the previous REST API, [[Bugzilla:BzAPI|BzAPI]], is considered '''DEPRECATED'''. There exists a [[Bugzilla:BzAPI:CompatLayer|compatibility layer]] to help transition away from the BzAPI server. | |||
== Background == | == Background == | ||