chaitanyamalaviya / web-api

Public issue tracker for Spotify's Web API

Home Page:https://developer.spotify.com/web-api/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spotify's Web API

The purpose of this repository is to work as the public issue tracker for Spotify's Web API. If you've found a bug in the API, or have ideas on how we could improve it, please create an issue. It's greatly appreciated.

The repository also contains the RAML™ specification for the Spotify Web API. RAML is a YAML-based language that describes RESTful APIs and provides all the information necessary to describe RESTful APIs, create API client-code and API server-code generators, and create API user documentation from RAML API definitions.

If you have ideas, bug reports, or any other type of feedback to Spotify that doesn't relate to the Web API, please submit these at Spotify's Community forums.

For bugs and features related to the mobile SDKs, please visit the repositories for the Android SDK or the iOS SDK.

We refer to Stack Overflow for programming related issues. Remember to add the spotify tag to your question.

For API announcements, follow @SpotifyPlatform on Twitter, visit the API Change Log, or subscribe to our newsletter.

Bug report format

Please provide a description including when the bug occurred and the API endpoints involved. If you believe the bug is related to authentication or authorization, please also provide the scopes given to your application.

Also include necessary steps to reproduce the issue, which may simply be a link to the API console. Finally, please provide the difference between the expected behaviour and actual behaviour of the API.

Example

Cannot retrieve profile for user with user ID "^"

Issue found on February 19th 2015.

Endpoint(s): /users/<user_id> Scope(s): None (application is not using authentication)

Steps to reproduce: Use the API Console, https://developer.spotify.com/web-api/console/get-users-profile/?user_id=%5E

Expected behaviour: A public user object as described on https://developer.spotify.com/web-api/object-model/#user-object-public.

Actual behaviour: 500 Server Error (consistently)

About

Public issue tracker for Spotify's Web API

https://developer.spotify.com/web-api/


Languages

Language:RAML 100.0%