atlassian_connect_shelf 0.11.9 atlassian_connect_shelf: ^0.11.9 copied to clipboard
Atlassian Connect Shelf based server. Includes middleware for authentication. Leverages all the other acdart components like jwt, host services and config
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add atlassian_connect_shelf
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
atlassian_connect_shelf: ^0.11.9
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:atlassian_connect_shelf/atlassian_connect_shelf.dart';