[Catalyst] Bugzilla REST API in Catalyst

Gervase Markham gerv at mozilla.org
Mon Jan 11 14:10:38 GMT 2010


On 11/01/10 12:28, Kiffin Gish wrote:
> Although I'm less a Catalyst expert than many folks on this mailing
> list, I do have experience designing REST APIs, so I'd be happy/curious
> to have a look at it.

Thank you :-) I really appreciate it. Here are the details, in case
anyone else also wants to provide much-appreciated feedback.

If someone just wants to comment on the API design, you can probably do
that simply by reading the docs.

Code:

hg co http://hg.mozilla.org/webtools/bzapi bzapi

or browse online at
http://hg.mozilla.org/webtools/bzapi/

Test Installation:

You can browse the API with a web browser, getting YAML-HTML back, at:
https://api-dev.bugzilla.mozilla.org/latest/
(e.g. https://api-dev.bugzilla.mozilla.org/latest/bug/35)

Documentation:

https://wiki.mozilla.org/Bugzilla:REST_API
https://wiki.mozilla.org/Bugzilla:REST_API:Methods
https://wiki.mozilla.org/Bugzilla:REST_API:Search
https://wiki.mozilla.org/Bugzilla:REST_API:Objects
https://wiki.mozilla.org/Bugzilla:REST_API:Objects:Configuration
https://wiki.mozilla.org/Bugzilla:REST_API:HowTo

Thank you again!

Gerv



More information about the Catalyst mailing list