Skip to content

LucasCoderT/sub4dart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Subsonic API wrapper written in Dart

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages