Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 528 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 528 Bytes

Bugzilla-REST

Pharo wrapper for Bugzilla REST API

Usage

To start you need access to a bugzilla server

BzBugzilla on: 'https://bugzilla.mozilla.org'

you can also play around with the example Bugzilla server from mozilla.org

BzBugzilla example

Retrieving a bug

BzBugzilla example bug: 35

returns a new bug with the given bug number.

Retrieving a user

(BzBugzilla example bug: 35) creator