atlassian_apis 0.3.0 atlassian_apis: ^0.3.0 copied to clipboard
A client to access the Atlassian REST APIs (Jira Cloud platform, Service Desk, Confluence)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add atlassian_apis
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
atlassian_apis: ^0.3.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_apis/confluence.dart';
import 'package:atlassian_apis/jira_platform.dart';
import 'package:atlassian_apis/jira_software.dart';
import 'package:atlassian_apis/service_management.dart';