atlassian-connect-core: Atlassian Connect snaplet for the Snap Framework and helper code.

[ apache, library, snap, web ] [ Propose Tags ]

This library allows you to quickly get an Atlassian Connect application running on top of the Snap Framework. It provides best practices and helper functions to get you moving quickly. Please read the rest of the documentation for more details.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
network-uri

Get Network.URI from the network-uri package

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.5.0.0, 0.5.0.1, 0.5.1.0, 0.6.0.0, 0.7.0.0, 0.7.0.1, 0.7.0.2, 0.7.1.0, 0.7.2.0, 0.8.0.0, 0.8.0.1, 0.8.1.0, 0.8.2.0, 0.9.0.0, 0.9.0.1, 0.10.0.0, 0.10.0.1, 0.10.0.2, 0.10.1.0 (info)
Dependencies aeson (>0.7.0.3 && <0.9), atlassian-connect-descriptor (>=0.2), base (>=4.8 && <5), base64-bytestring (>=1.0 && <1.1), bytestring (>=0.9 && <=0.11), case-insensitive (>=1 && <2), cipher-aes (>=0.2 && <0.3), configurator (>=0.3 && <0.4), containers (>=0.5 && <0.6), cryptohash (>=0.11 && <0.12), hostname (>=1 && <2), http-client (>=0.4 && <0.5), http-client-tls (>=0.2 && <0.3), http-media (>=0.6 && <0.7), http-types (>=0.8 && <0.9), jwt (>=0.6 && <0.7), mtl (>=2 && <3), network, network-api-support (>=0.2 && <0.3), network-uri, snap (>=0.14 && <0.15), snap-core (>=0.9 && <=1), split (>=0.2 && <0.3), text (>=0.11 && <1.3), time (>=1.2 && <1.6), time-units (>=1 && <2), transformers (>=0.3 && <0.5) [details]
License Apache-2.0
Copyright (c) 2014 Robert Massaioli, Avi Knoll, Eero Kaukonen
Author Robert Massaioli
Maintainer rmassaioli@atlassian.com
Revised Revision 1 made by AdamBergmark at 2015-06-22T16:09:55Z
Category Web, Snap
Home page https://bitbucket.org/ajknoll/atlassian-connect-core
Source repo head: git clone git@bitbucket.org:ajknoll/atlassian-connect-core.git
Uploaded by RobertMassaioli at 2015-06-18T22:41:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 12726 total (52 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-12-10 [all 5 reports]

Readme for atlassian-connect-core-0.7.0.0

[back to package description]

Atlassian Connect Core (for Haskell)

This is a library that provides Atlassian Connect functionality for applications built on top of the Snap Framework. We provide a snaplet so that you can integrate Atlassian Connect into your applications.