hsbugzilla
==========

[![Build Status](https://travis-ci.org/sethfowler/hsbugzilla.png?branch=master)](https://travis-ci.org/sethfowler/hsbugzilla)

A Haskell interface to the Bugzilla native REST API.

Relevant links:

- The Bugzilla [native REST API](https://wiki.mozilla.org/BMO/REST).
- The (obsolete) [non-native REST API](https://wiki.mozilla.org/Bugzilla%3aREST_API).
- ["Interfacing with RESTful JSON APIs"](https://www.fpcomplete.com/school/to-infinity-and-beyond/competition-winners/interfacing-with-restful-json-apis) on School of Haskell.