Skip to content

0.0.3

Compare
Choose a tag to compare
@tbinna tbinna released this 10 Apr 03:47
· 140 commits to master since this release
  • Split add-on properties into AddonProperties and AtlassianConnect properties. Add-on properties will most likely be overridden by an add-on to specify add-on key and other properties. Atlassian Connect properties contain framework specific configuration, such as JWT expiry time etc. These parameters are less likely to be overridden by add-ons.

  • Add AtlassianConnectHttpClient to make authenticated request to the Atlassian host product (authenticated as add-on using JWT).