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
- Host: GitHub
- URL: https://github.com/sethfowler/hsbugzilla
- Owner: sethfowler
- License: bsd-3-clause
- Created: 2014-03-27T23:11:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T02:52:04.000Z (about 6 years ago)
- Last Synced: 2025-04-17T14:22:17.330Z (about 1 year ago)
- Language: Haskell
- Size: 320 KB
- Stars: 1
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelog
- License: LICENSE
Awesome Lists containing this project
README
hsbugzilla
==========
[](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.