An open API service indexing awesome lists of open source software.

https://github.com/sethfowler/hsbugzilla

A Haskell interface to the Bugzilla native REST API
https://github.com/sethfowler/hsbugzilla

Last synced: about 1 year ago
JSON representation

A Haskell interface to the Bugzilla native REST API

Awesome Lists containing this project

README

          

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.