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

LBRY API binding for the Dart language. Use this library in order to make API calls to the lbry network as its running in the background.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lbry_api

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

dependencies:
  lbry_api: ^0.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lbry_api/lbry_api.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

LBRY API binding for the Dart language. Use this library in order to make API calls to the lbry network as its running in the background.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on lbry_api