atlassian_connect_shelf 0.6.0 atlassian_connect_shelf: ^0.6.0 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.6.0
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/._acdart_app.dart';
import 'package:atlassian_connect_shelf/._acdart_router.dart';
import 'package:atlassian_connect_shelf/._acdart_shelf_middleware.dart';
import 'package:atlassian_connect_shelf/acdart_app.dart';
import 'package:atlassian_connect_shelf/acdart_router.dart';
import 'package:atlassian_connect_shelf/acdart_shelf_middleware.dart';