https://bugzilla.wikimedia.org/show_bug.cgi?id=27001

--- Comment #37 from Sam Reed (reedy) <[email protected]> ---
(In reply to comment #36)
> (In reply to comment #30 by Reedy)
> > $wgBugzillaRESTURL = "https://bugzilla.wikimedia.org/bzapi";;
> > Not actually sure where our rest api (needs confirming), but the xml-rpc one
> > works fine
> 
> There is no REST API by default. There is
> https://bugzilla.wikimedia.org/jsonrpc.cgi and
> https://bugzilla.wikimedia.org/xmlrpc.cgi

Isn't that great? gj on the documentation, Mozilla.

$wgBugzillaRESTURL     = 'https://api-dev.bugzilla.mozilla.org/latest'; // The
URL for your Bugzilla API installation
$wgBugzillaURL         = 'https://bugzilla.mozilla.org'; // The URL for your
Bugzilla installation 
$wgBugzillaTagName     = 'bugzilla'; // The tag name for your Bugzilla
installation (default: 'bugzilla')
$wgBugzillaMethod      = 'REST'; // XML-RPC and JSON-RPC may be supported later


Considering they've got xml-rpc in the code already, and a instantiation of a
json-rpc class that doesn't exist... Ugh.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to