tautulli 3.2.0-beta.1 copy "tautulli: ^3.2.0-beta.1" to clipboard
tautulli: ^3.2.0-beta.1 copied to clipboard

A Dart client for the Tautulli API. Provides typed access to activity, history, libraries, users, and more for Plex media server monitoring.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tautulli

With Flutter:

 $ flutter pub add tautulli

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

dependencies:
  tautulli: ^3.2.0-beta.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:tautulli/tautulli.dart';
2
likes
160
points
125
downloads

Documentation

API reference

Publisher

verified publishertautulli.com

Weekly Downloads

A Dart client for the Tautulli API. Provides typed access to activity, history, libraries, users, and more for Plex media server monitoring.

Repository (GitHub)
View/report issues

Topics

#tautulli #plex #api-client #monitoring

License

GPL-3.0 (license)

Dependencies

http

More

Packages that depend on tautulli