-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpotifyResponse.example
More file actions
53 lines (53 loc) · 1.75 KB
/
SpotifyResponse.example
File metadata and controls
53 lines (53 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
provider: 'spotify',
id: 'qgbw9tmglmdrl6yhktnx1x2bz',
username: 'qgbw9tmglmdrl6yhktnx1x2bz',
displayName: 'Can İşte',
profileUrl: 'https://open.spotify.com/user/qgbw9tmglmdrl6yhktnx1x2bz',
photos: [
{
value: 'https://i.scdn.co/image/ab67757000003b825e2e36488f75b33d342c42c6'
},
{
value: 'https://i.scdn.co/image/ab6775700000ee855e2e36488f75b33d342c42c6'
}
],
country: null,
followers: 2113,
product: null,
_raw: '{\n' +
' "display_name" : "Can İşte",\n' +
' "external_urls" : {\n' +
' "spotify" : "https://open.spotify.com/user/qgbw9tmglmdrl6yhktnx1x2bz"\n' +
' },\n' +
' "href" : "https://api.spotify.com/v1/users/qgbw9tmglmdrl6yhktnx1x2bz",\n' +
' "id" : "qgbw9tmglmdrl6yhktnx1x2bz",\n' +
' "images" : [ {\n' +
' "url" : "https://i.scdn.co/image/ab67757000003b825e2e36488f75b33d342c42c6",\n' +
' "height" : 64,\n' +
' "width" : 64\n' +
' }, {\n' +
' "url" : "https://i.scdn.co/image/ab6775700000ee855e2e36488f75b33d342c42c6",\n' +
' "height" : 300,\n' +
' "width" : 300\n' +
' } ],\n' +
' "type" : "user",\n' +
' "uri" : "spotify:user:qgbw9tmglmdrl6yhktnx1x2bz",\n' +
' "followers" : {\n' +
' "href" : null,\n' +
' "total" : 2113\n' +
' }\n' +
'}',
_json: {
display_name: 'Can İşte',
external_urls: {
spotify: 'https://open.spotify.com/user/qgbw9tmglmdrl6yhktnx1x2bz'
},
href: 'https://api.spotify.com/v1/users/qgbw9tmglmdrl6yhktnx1x2bz',
id: 'qgbw9tmglmdrl6yhktnx1x2bz',
images: [ [Object], [Object] ],
type: 'user',
uri: 'spotify:user:qgbw9tmglmdrl6yhktnx1x2bz',
followers: { href: null, total: 2113 }
}
}