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

A Dart wrapper for the audiobookshelf API, a self-hosted audiobook and podcast server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add audiobookshelf_api

With Flutter:

 $ flutter pub add audiobookshelf_api

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

dependencies:
  audiobookshelf_api: ^0.2.0

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:audiobookshelf_api/audiobookshelf_api.dart';
2
likes
100
pub points
0%
popularity

Publisher

unverified uploader

A Dart wrapper for the audiobookshelf API, a self-hosted audiobook and podcast server.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

freezed_annotation, http, http_parser, json_annotation, mime, socket_io_client

More

Packages that depend on audiobookshelf_api