spotify 0.0.5 spotify: ^0.0.5 copied to clipboard
A dart library for interfacing with the Spotify API.
spotify-dart #
A dart library for interfacing with the Spotify API.
Usage #
A simple usage example:
import 'package:spotify/spotify_io.dart';
main() {
var credentials = new SpotifyApiCredentials(clientId, clientSecret);
var spotify = new SpotifyApi(credentials);
var artist = await spotify.artists.get('0OdUWJ0sBjDrqHygGUXeCF');
}
For usage in the browser use #
import 'package:spotify/spotify_browser.dart';
Features and bugs #
Please file feature requests and bugs at the issue tracker.