Home

Awesome

Deezer REST SDK for .net

The Deezer REST SDK for .net allows you to build .net applications that take advantage of the Deezer REST API.

Please note that this SDK is unofficial (but the core team of that lib works at Deezer).

Features

Getting started

Download & install

Via Git

To get the source code of the SDK via git, just type:

git clone git://github.com/cmaneu/deezer-net-api.git
cd deezer-net-api

Via NuGet

When we have an interesting level of features, we will publish it to Nuget.

Target frameworks

We are providing a Portable Class Library that targets the following frameworks:

We do regular checks against Mono/Xamarin compiler, but it's not a priority (if something is broke, feel free to create an issue or a pull request :) ).

Planned features

A lot of work !

Dependencies

Unit tests

We do provide unit tests for that library. As there is no clean ways to run the tests on every platform targeted by the SDK, for now, we only use the Windows Store apps unit test runner.

We know that some initiatives - like Test framework used in PCL Storage