@hackage atlassian-connect-descriptor0.4.15.0
Code that helps you create a valid Atlassian Connect Descriptor.
Categories
License
Apache-2.0
Maintainer
rmassaioli@atlassian.com
Links
Versions
Installation
Dependencies (8)
Dependents (2)
@hackage/acme-everything, @hackage/atlassian-connect-core
Package Flags
network-uri
(on by default)
Get Network.URI from the network-uri package
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.