sub4dart 0.0.4 copy "sub4dart: ^0.0.4" to clipboard
sub4dart: ^0.0.4 copied to clipboard

discontinued
outdated

Implements the Subsonic API into pure dart for use in other applications.

A subsonic API wrapper written in Dart

Created from templates made available by Stagehand under a BSD-style license.

Usage #

A simple usage example:

import 'package:sub4dart/sub4dart.dart';

main() async {
  var subsonic = new SubSonic("https://music.example.com","John","Doe");
  await subsonic.getPing(); // Returns a response if successfully authenticated
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

2
likes
0
pub points
20%
popularity

Publisher

unverified uploader

Implements the Subsonic API into pure dart for use in other applications.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, http, password_hash

More

Packages that depend on sub4dart