intercom_api 0.2.0 copy "intercom_api: ^0.2.0" to clipboard
intercom_api: ^0.2.0 copied to clipboard

Unofficial Intercom REST API client written in Dart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intercom_api

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  intercom_api: ^0.2.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:intercom_api/intercom_api.dart';
1
likes
140
points
19
downloads

Publisher

verified publishersummerhammer.dev

Weekly Downloads

Unofficial Intercom REST API client written in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, http, json_annotation

More

Packages that depend on intercom_api