atlassian_apis 0.15.0 copy "atlassian_apis: ^0.15.0" to clipboard
atlassian_apis: ^0.15.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

With Flutter:

 $ flutter 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.15.0

Alternatively, your editor might support dart pub get or flutter 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/confluence_v2.dart';
import 'package:atlassian_apis/jira_platform.dart';
import 'package:atlassian_apis/jira_software.dart';
import 'package:atlassian_apis/service_management.dart';
18
likes
140
pub points
77%
popularity

Publisher

verified publisherxaha.dev

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, path

More

Packages that depend on atlassian_apis