User:Harthur/BugzillaRPC: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
= About =
= About =


This is a Javascript API that wraps several of the methods exposed via the [http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/ Bugzilla XML-RPC interface ]. In particular, it exposes the Bug.create, Bug.get_bugs, Bug.legal_values, User.login, User.logout, User.create, and User.offer_account_by_email methods from the API. In addition, it adds a method for advanced searching by term.
This is a Javascript API that wraps several of the methods exposed via the [http://www.bugzilla.org/docs/3.0/html/api/Bugzilla/WebService/ Bugzilla XML-RPC interface ]. In particular, it wraps the functionality of the Bug.create, Bug.get_bugs, Bug.legal_values, User.login, User.logout, and User.offer_account_by_email methods from the API. In addition, it adds a method for advanced searching by term.


It is an object, bugzillaRPC contained in a single js file. Unfortunately, it's only for use by code with chrome privileges right now as it uses cross-site XHR which is not currently allowed by the bugzilla.mozillay.org server (correct me if I'm wrong).
It is an object, bugzillaRPC contained in a single js file. Unfortunately, it's only for use by code with chrome privileges right now as it uses cross-site XHR which is not currently allowed by the bugzilla.mozillay.org server (correct me if I'm wrong).
865

edits

Navigation menu