@hackage / atlassian-connect-descriptor

Code that helps you create a valid Atlassian Connect Descriptor.

Latest0.4.15.0

About

Metadata

  • Last updated , by RobertMassaioli
  • License Apache-2.0
  • Maintained by: rmassaioli@atlassian.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    network-uri (on by default)

    Get Network.URI from the network-uri package

Readme

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.