Deezer Sdk
Getting started
$ yarn i rn-deezer-sdk
React-native-deezer Getting started $ yarn i rn-deezer-sdk. Or $ npm install rn-deezer-sdk $ react-native link rn-deezer-sdk. If you get a Haste module naming collision add this in.
- Sample application using Deezer Android SDK. Contribute to deezer/android-sample development by creating an account on GitHub.
- We are using the deezer-sdk-0.11.2 version in our application. We are able to generate the android build, but after uploading the same to the google play store, it is getting rejected. Here is the screenshot I have attached as a reference.
- Note: There is a new version for this artifact. New Version: 1.0.1: Maven; Gradle; SBT; Ivy; Grape; Leiningen; Buildr.
- Deezersdk A Flutter plugin that allows you to use the Deezer SDK with Flutter. Currently, only supports authentication operation.
or
$ npm install rn-deezer-sdk
$ react-native link rn-deezer-sdk
if you get a Haste module naming collisionadd this in the root of your project, in metro.config.js :
const blacklist = require('metro-config/src/defaults/blacklist'); module.exports = { resolver: { blacklistRE: blacklist([ /node_modules/.*/node_modules/react-native/.*/, ]) }, };
Try it
To Do
- add methods from deezer-sdk in
androidsrcmainjavacomminaroreactdeezerDeezerModule.java
- Xcode installation
Released:
A python SDK for the Deezer API
Project description
This is a python sdk to manipulate the deezer's API
You need to have a Deezer account to use the API.
You have to go on https://developers.deezer.com/myapps and create an a new app
You will need, your Application ID, Secret Key and the Redirect URL.
First we use the
get_oauth_login_url
method to get a login urlWe have to go the url (if the pop up will open and we will be able to login to your deezer account.)
You will then be redirected to your redirect url with an authorization code in your url.
With this code you can, request your access token
You now have your access token, and can use the SDK.
Instantiate the Deezer object
Query the API
Get my playlists
Will return an array of Playlist objects witch contains the title of the playlist,the url of the picture, and a boolean is_loved_track
to True if it's your loved playlist
Play a music with the Deezer plugins
This will give an of the plugin loaded with your playlist. You can add the url in an iframe to display the pluginor you can open it directly with :
Deezer Spotify
You call also play a list of tracks
Get your Flow
Get my favorites artists
Methods on a Track
Methods on an Album
Methods on an Artist
Deezer Javascript Sdk
Release historyRelease notifications | RSS feed
0.18
0.17
0.16
0.15
Deezer Scripts
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size deezersdk-0.18-py3-none-any.whl (5.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes |
Deezer Scam
Hashes for deezersdk-0.18-py3-none-any.whl
Deezer Security
Algorithm | Hash digest |
---|---|
SHA256 | 2e7648ba1cce44f2a5585091191b864bfa6c17b03be5c06bdc5c738c988bea2e |
MD5 | d393c4db12eb9769f9ee2ebf0912bc17 |
BLAKE2-256 | 8a9a6d3ecb47c168e82f163bedc87a02c6f67570479ccf18a1fe99f4e008f344 |