asterisk 0.2.1 copy "asterisk: ^0.2.1" to clipboard
asterisk: ^0.2.1 copied to clipboard

Idiomatic bindings to Asterisk's REST interface, allowing calls to be managed in Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add asterisk

With Flutter:

 $ flutter pub add asterisk

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

dependencies:
  asterisk: ^0.2.1

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:asterisk/asterisk.dart';
0
likes
150
pub points
53%
popularity

Publisher

verified publishersimonbinder.eu

Idiomatic bindings to Asterisk's REST interface, allowing calls to be managed in Dart.

Repository (GitHub)
View/report issues

Topics

#asterisk #voip #sip #telephony

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, json_annotation, logging, meta, pool, weak_cache, web_socket_channel

More

Packages that depend on asterisk