Spotify.Uwp 0.7.6

There is a newer version of this package available.
See the version list below for details.
dotnet add package Spotify.Uwp --version 0.7.6
NuGet\Install-Package Spotify.Uwp -Version 0.7.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Spotify.Uwp" Version="0.7.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Spotify.Uwp --version 0.7.6
#r "nuget: Spotify.Uwp, 0.7.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Spotify.Uwp as a Cake Addin
#addin nuget:?package=Spotify.Uwp&version=0.7.6

// Install Spotify.Uwp as a Cake Tool
#tool nuget:?package=Spotify.Uwp&version=0.7.6

Spotify.NetStandard

Spotify API .NET Standard Library Extensions for Universal Windows Platform

Documentation and Source Code

Project Documentation and Source Code can be found at https://github.com/RoguePlanetoid/Spotify-Uwp

NuGet

To add to your project from nuget.org use:

Install-Package Spotify.Uwp

Example

using Spotify.Uwp;

var client = SpotifySdkClientFactory
    .CreateSpotifySdkClient(
    "client-id","client-secret");
var browse = await client.ListAlbumsAsync(
                AlbumType.NewReleases)
foreach (var album in browse.Items)
{
    ...
}

Client Id and Client Secret

You can get a "client-id" and "client-secret" from developer.spotify.com/dashboard by signing in with your Spotify Id then creating an Application.

Product Compatible and additional computed target framework versions.
Universal Windows Platform netcore50 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.0 527 8/30/2020
0.7.6 573 6/9/2019
0.7.5 510 6/9/2019
0.5.0 519 5/5/2019

Beta Version