astares / Bugzilla-REST

Pharo wrapper for Bugzilla REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pharo wrapper for Bugzilla REST API


Languages

Language:Smalltalk 100.0%