campfire: Haskell implementation of the Campfire API

[ bsd3, library, web ] [ Propose Tags ]

Implements the Campfire REST API. Campfire is a business group chat system tailored specifically for work groups. Find out more at http://www.campfirenow.com. Currently supports the entire API except for streaming and file uploads. Stability is listed as provisional because there are currently no formal tests in place.


[Skip to Readme]

Modules

[Last Documentation]

  • Web
    • Web.Campfire
      • Web.Campfire.Monad
      • Web.Campfire.Types

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.1.1, 0.2.1
Dependencies aeson (>=0.3.2.12 && <0.7), attoparsec (>=0.9 && <0.11), base (>=4.5 && <5), bytestring (>=0.9 && <0.10), containers (>=0.4.0.0 && <0.5), filepath (>=1.2 && <1.3), http-enumerator (>=0.7 && <0.8), http-types (>=0.6.0 && <0.7), mtl (>=2.0.1.0 && <2.1), old-locale (>=1.0 && <1.1), process (>=1.1 && <1.2), text (>=0.11 && <0.12), time (>=1.2.0.3 && <1.5), transformers (>=0.2.2.0 && <0.4), unordered-containers (>=0.2 && <0.3), url (>=2.1.2 && <2.3) [details]
License BSD-3-Clause
Author Michael Xavier <michael@michaelxavier.net>
Maintainer Michael Xavier <michael@michaelxavier.net>
Category Web
Home page http://github.com/michaelxavier/Campfire
Source repo head: git clone git://github.com/michaelxavier/Campfire.git
Uploaded by MichaelXavier at 2012-06-11T04:05:25Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2514 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-04 [all 9 reports]

Readme for campfire-0.2.1

[back to package description]
Web.Campfire
------------

Haskell implementation of the Campfire api. For more info, see
http://www.campfirenow.com