Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 644 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 644 Bytes

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.