overseerr 0.0.1-pre.6 copy "overseerr: ^0.0.1-pre.6" to clipboard
overseerr: ^0.0.1-pre.6 copied to clipboard

Facilitate the communication to and from Overseerr's API, a request management and media discovery tool for the Plex ecosystem

example/main.dart

import 'package:overseerr/overseerr.dart';

void main() async {
    // The host must include the protocol
    // If required, the host should include the port and the base URL as well
    String host = 'http://192.168.1.111:5055';
    // Your key can be fetched from the Overseerr web GUI
    String key = '<apikey>';
    // ignore: unused_local_variable
    Overseerr api = Overseerr(host: host, apiKey: key);
}
1
likes
110
pub points
0%
popularity

Publisher

verified publishercomet.tools

Facilitate the communication to and from Overseerr's API, a request management and media discovery tool for the Plex ecosystem

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

dio, json_annotation

More

Packages that depend on overseerr