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

discontinued
outdated

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
0
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

License

unknown (LICENSE)

Dependencies

dio, json_annotation, meta

More

Packages that depend on overseerr