atlassian-connect-descriptor: Code that helps you create a valid Atlassian Connect Descriptor.

[ apache, data, library ] [ Propose Tags ]

Allows you to generate an Atlassian Connect Descriptor in a typesafe manner and easily convert it it into JSON using the fantastic Aeson library.


[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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.2.0.1, 0.3.0.0, 0.3.0.1, 0.4.0.0, 0.4.0.1, 0.4.0.2, 0.4.1.0, 0.4.2.0, 0.4.3.0, 0.4.3.1, 0.4.4.0, 0.4.4.1, 0.4.4.2, 0.4.5.0, 0.4.6.0, 0.4.7.0, 0.4.8.0, 0.4.9.0, 0.4.10.0, 0.4.11.0, 0.4.12.0, 0.4.13.0, 0.4.14.0, 0.4.15.0
Dependencies aeson (>0.7.0.3), base (>=4.6 && <5), cases (>=0.1 && <0.2), network, network-uri, text (>=2 && <=3), time-units (>=1 && <2), unordered-containers (>=0.2 && <0.3) [details]
License Apache-2.0
Author Robert Massaioli
Maintainer rmassaioli@atlassian.com
Category Data
Source repo head: git clone git@bitbucket.org:robertmassaioli/atlassian-connect-descriptor.git
Uploaded by RobertMassaioli at 2023-08-06T23:58:58Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 16063 total (67 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for atlassian-connect-descriptor-0.4.15.0

[back to package description]

Atlassian Connect Descriptor

When writing an Atlassian Connect add-on in Haskell you will want to create an Atlassian Connect Descriptor. You can use this library to help you generate an Atlassian Connect Descriptor in a type safe manner and easily convert it to the required JSON using the Aeson library.

You can find this library on Hackage; the documentation is quite extensive.

This library is used in production by the My Reminders Atlassian Connect add-on; as you can view in our source and live.