atlassian_apis 0.1.1 copy "atlassian_apis: ^0.1.1" to clipboard
atlassian_apis: ^0.1.1 copied to clipboard

outdated

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.1.1

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';
18
likes
0
pub points
79%
popularity

Publisher

verified publisherxaha.dev

A client to access the Atlassian REST APIs (Jira Cloud platform, Service Desk, Confluence)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http, path

More

Packages that depend on atlassian_apis