rdio_api 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. data/.gitignore +11 -0
  2. data/Gemfile +4 -0
  3. data/Guardfile +20 -0
  4. data/README.md +115 -0
  5. data/Rakefile +10 -0
  6. data/lib/rdio_api/api.rb +81 -0
  7. data/lib/rdio_api/client.rb +48 -0
  8. data/lib/rdio_api/version.rb +3 -0
  9. data/lib/rdio_api.rb +14 -0
  10. data/rdio_api.gemspec +30 -0
  11. data/spec/fixtures/addFriend.json +4 -0
  12. data/spec/fixtures/addToCollection.json +4 -0
  13. data/spec/fixtures/addToPlaylist.json +4 -0
  14. data/spec/fixtures/createPlaylist.json +19 -0
  15. data/spec/fixtures/currentUser.json +14 -0
  16. data/spec/fixtures/deletePlaylist.json +4 -0
  17. data/spec/fixtures/findUser.json +14 -0
  18. data/spec/fixtures/get.json +16 -0
  19. data/spec/fixtures/getActivityStream.json +18 -0
  20. data/spec/fixtures/getAlbumsForArtist.json +917 -0
  21. data/spec/fixtures/getAlbumsForArtistInCollection.json +82 -0
  22. data/spec/fixtures/getAlbumsInCollection.json +1184 -0
  23. data/spec/fixtures/getArtistsInCollection.json +37 -0
  24. data/spec/fixtures/getHeavyRotation.json +394 -0
  25. data/spec/fixtures/getNewReleases.json +796 -0
  26. data/spec/fixtures/getObjectFromShortCode.json +33 -0
  27. data/spec/fixtures/getObjectFromUrl.json +16 -0
  28. data/spec/fixtures/getPlaybackToken.json +4 -0
  29. data/spec/fixtures/getPlaylists.json +25 -0
  30. data/spec/fixtures/getTopCharts.json +181 -0
  31. data/spec/fixtures/getTracksForAlbumInCollection.json +440 -0
  32. data/spec/fixtures/getTracksForArtist.json +295 -0
  33. data/spec/fixtures/getTracksForArtistInCollection.json +34 -0
  34. data/spec/fixtures/getTracksInCollection.json +121 -0
  35. data/spec/fixtures/removeFriend.json +4 -0
  36. data/spec/fixtures/removeFromCollection.json +4 -0
  37. data/spec/fixtures/removeFromPlaylist.json +4 -0
  38. data/spec/fixtures/search.json +523 -0
  39. data/spec/fixtures/searchSuggestions.json +117 -0
  40. data/spec/fixtures/setAvailableOffline.json +4 -0
  41. data/spec/fixtures/setPlaylistCollaborating.json +4 -0
  42. data/spec/fixtures/setPlaylistCollaborationMode.json +4 -0
  43. data/spec/fixtures/setPlaylistFields.json +4 -0
  44. data/spec/fixtures/setPlaylistOrder.json +4 -0
  45. data/spec/fixtures/userFollowers.json +27 -0
  46. data/spec/fixtures/userFollowing.json +27 -0
  47. data/spec/helper.rb +26 -0
  48. data/spec/rdio_api/activity_spec.rb +59 -0
  49. data/spec/rdio_api/catalog_spec.rb +77 -0
  50. data/spec/rdio_api/client_spec.rb +18 -0
  51. data/spec/rdio_api/collection_spec.rb +127 -0
  52. data/spec/rdio_api/core_spec.rb +59 -0
  53. data/spec/rdio_api/playback_spec.rb +22 -0
  54. data/spec/rdio_api/playlists_spec.rb +122 -0
  55. data/spec/rdio_api/social_spec.rb +92 -0
  56. metadata +273 -0
@@ -0,0 +1,523 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : {
4
+ "person_count": 0,
5
+ "track_count": 708,
6
+ "album_count": 19,
7
+ "playlist_count": 0,
8
+ "results": [
9
+ {
10
+ "baseIcon": "album/2/5/3/00000000000c5352/square-200.jpg",
11
+ "releaseDate": "2011-06-14",
12
+ "artistUrl": "/artist/Michael_Giacchino/",
13
+ "duration": 3802,
14
+ "isClean": false,
15
+ "shortUrl": "http://rd.io/x/QDaXPk8MAA",
16
+ "canStream": false,
17
+ "embedUrl": "http://rd.io/e/QDaXPk8MAA",
18
+ "type": "a",
19
+ "price": "10.00",
20
+ "key": "a807762",
21
+ "icon": "http://media.rd.io/album/2/5/3/00000000000c5352/square-200.jpg",
22
+ "canSample": true,
23
+ "name": "Cars 2 (Original Score)",
24
+ "isExplicit": false,
25
+ "artist": "Michael Giacchino",
26
+ "url": "/artist/Michael_Giacchino/album/Cars_2_(Original_Score)/",
27
+ "artistKey": "r150945",
28
+ "length": 26,
29
+ "trackKeys": [
30
+ "t9506546",
31
+ "t9506550",
32
+ "t9506553",
33
+ "t9506554",
34
+ "t9506555",
35
+ "t9506556",
36
+ "t9506557",
37
+ "t9506558",
38
+ "t9506559",
39
+ "t9506560",
40
+ "t9506561",
41
+ "t9506562",
42
+ "t9506566",
43
+ "t9506569",
44
+ "t9506572",
45
+ "t9506574",
46
+ "t9506578",
47
+ "t9506580",
48
+ "t9506583",
49
+ "t9506585",
50
+ "t9506588",
51
+ "t9506593",
52
+ "t9506595",
53
+ "t9506598",
54
+ "t9506601",
55
+ "t9506605"
56
+ ],
57
+ "canTether": false,
58
+ "displayDate": "Jun 14, 2011"
59
+ },
60
+ {
61
+ "baseIcon": "album/9/9/6/000000000005d699/square-200.jpg",
62
+ "releaseDate": "2006-07-04",
63
+ "artistUrl": "/artist/Michael_Giacchino/",
64
+ "duration": 3312,
65
+ "isClean": false,
66
+ "shortUrl": "http://rd.io/x/QDaXPkaJyw",
67
+ "canStream": false,
68
+ "embedUrl": "http://rd.io/e/QDaXPkaJyw",
69
+ "type": "a",
70
+ "price": "19.00",
71
+ "key": "a382617",
72
+ "icon": "http://media.rd.io/album/9/9/6/000000000005d699/square-200.jpg",
73
+ "canSample": true,
74
+ "name": "The Incredibles",
75
+ "isExplicit": false,
76
+ "artist": "Michael Giacchino",
77
+ "url": "/artist/Michael_Giacchino/album/The_Incredibles/",
78
+ "artistKey": "r150945",
79
+ "length": 19,
80
+ "trackKeys": [
81
+ "t4684788",
82
+ "t4684807",
83
+ "t4684814",
84
+ "t4684826",
85
+ "t4684840",
86
+ "t4684850",
87
+ "t4684860",
88
+ "t4684866",
89
+ "t4684876",
90
+ "t4684894",
91
+ "t4684905",
92
+ "t4684913",
93
+ "t4684931",
94
+ "t4684947",
95
+ "t4684958",
96
+ "t4684970",
97
+ "t4684976",
98
+ "t4685001",
99
+ "t4685016"
100
+ ],
101
+ "canTether": false,
102
+ "displayDate": "Nov 2, 2004"
103
+ },
104
+ {
105
+ "baseIcon": "album/5/9/f/000000000002bf95/square-200.jpg",
106
+ "releaseDate": "2006-03-13",
107
+ "artistUrl": "/artist/Michael_Giacchino/",
108
+ "duration": 3318,
109
+ "isClean": false,
110
+ "shortUrl": "http://rd.io/x/QDaXPkHgxw",
111
+ "canStream": false,
112
+ "embedUrl": "http://rd.io/e/QDaXPkHgxw",
113
+ "type": "a",
114
+ "price": "None",
115
+ "key": "a180117",
116
+ "icon": "http://media.rd.io/album/5/9/f/000000000002bf95/square-200.jpg",
117
+ "canSample": false,
118
+ "name": "The Incredibles Original Soundtrack",
119
+ "isExplicit": false,
120
+ "artist": "Michael Giacchino",
121
+ "url": "/artist/Michael_Giacchino/album/The_Incredibles_Original_Soundtrack/",
122
+ "artistKey": "r150945",
123
+ "length": 19,
124
+ "trackKeys": [
125
+ "t2170131",
126
+ "t2170201",
127
+ "t2170236",
128
+ "t2170278",
129
+ "t2170335",
130
+ "t2170366",
131
+ "t2170391",
132
+ "t2170433",
133
+ "t2170477",
134
+ "t2170542",
135
+ "t2170587",
136
+ "t2170619",
137
+ "t2170686",
138
+ "t2170744",
139
+ "t2170814",
140
+ "t2170849",
141
+ "t2170890",
142
+ "t2170993",
143
+ "t2171060"
144
+ ],
145
+ "canTether": false,
146
+ "displayDate": "Mar 13, 2006"
147
+ },
148
+ {
149
+ "baseIcon": "album/7/f/8/00000000000b68f7/square-200.jpg",
150
+ "releaseDate": "2010-10-08",
151
+ "artistUrl": "/artist/Michael_Giacchino/",
152
+ "duration": 4701,
153
+ "isClean": false,
154
+ "shortUrl": "http://rd.io/x/QDaXPkg3pQ",
155
+ "canStream": false,
156
+ "embedUrl": "http://rd.io/e/QDaXPkg3pQ",
157
+ "type": "a",
158
+ "price": "None",
159
+ "key": "a747767",
160
+ "icon": "http://media.rd.io/album/7/f/8/00000000000b68f7/square-200.jpg",
161
+ "canSample": false,
162
+ "name": "Let Me In",
163
+ "isExplicit": false,
164
+ "artist": "Michael Giacchino",
165
+ "url": "/artist/Michael_Giacchino/album/Let_Me_In/",
166
+ "artistKey": "r150945",
167
+ "length": 28,
168
+ "trackKeys": [
169
+ "t8843318",
170
+ "t8843320",
171
+ "t8843324",
172
+ "t8843325",
173
+ "t8843330",
174
+ "t8843334",
175
+ "t8843337",
176
+ "t8843338",
177
+ "t8843345",
178
+ "t8843353",
179
+ "t8843358",
180
+ "t8843361",
181
+ "t8843365",
182
+ "t8843368",
183
+ "t8843374",
184
+ "t8843377",
185
+ "t8843380",
186
+ "t8843383",
187
+ "t8843385",
188
+ "t8843391",
189
+ "t8843392",
190
+ "t8843395",
191
+ "t8843399",
192
+ "t8843403",
193
+ "t8843408",
194
+ "t8843412",
195
+ "t8843416",
196
+ "t8843419"
197
+ ],
198
+ "canTether": false,
199
+ "displayDate": "Oct 8, 2010"
200
+ },
201
+ {
202
+ "baseIcon": "album/a/2/d/00000000000b6d2a/square-200.jpg",
203
+ "releaseDate": "2006-05-09",
204
+ "artistUrl": "/artist/Michael_Giacchino/",
205
+ "duration": 3890,
206
+ "isClean": false,
207
+ "shortUrl": "http://rd.io/x/QDaXPkgyeA",
208
+ "canStream": false,
209
+ "embedUrl": "http://rd.io/e/QDaXPkgyeA",
210
+ "type": "a",
211
+ "price": "None",
212
+ "key": "a748842",
213
+ "icon": "http://media.rd.io/album/a/2/d/00000000000b6d2a/square-200.jpg",
214
+ "canSample": false,
215
+ "name": "Mission: Impossible III",
216
+ "isExplicit": false,
217
+ "artist": "Michael Giacchino",
218
+ "url": "/artist/Michael_Giacchino/album/Mission_Impossible_III/",
219
+ "artistKey": "r150945",
220
+ "length": 21,
221
+ "trackKeys": [
222
+ "t8855162",
223
+ "t8855169",
224
+ "t8855195",
225
+ "t8855216",
226
+ "t8855239",
227
+ "t8855260",
228
+ "t8855272",
229
+ "t8855311",
230
+ "t8855334",
231
+ "t8855354",
232
+ "t8855367",
233
+ "t8855384",
234
+ "t8855410",
235
+ "t8855429",
236
+ "t8855449",
237
+ "t8855476",
238
+ "t8855497",
239
+ "t8855518",
240
+ "t8855536",
241
+ "t8855558",
242
+ "t8855582"
243
+ ],
244
+ "canTether": false,
245
+ "displayDate": "May 9, 2006"
246
+ },
247
+ {
248
+ "baseIcon": "album/8/0/f/00000000000b6f08/square-200.jpg",
249
+ "releaseDate": "2009-05-05",
250
+ "artistUrl": "/artist/Michael_Giacchino/",
251
+ "duration": 2692,
252
+ "isClean": false,
253
+ "shortUrl": "http://rd.io/x/QDaXPkgwWg",
254
+ "canStream": false,
255
+ "embedUrl": "http://rd.io/e/QDaXPkgwWg",
256
+ "type": "a",
257
+ "price": "None",
258
+ "key": "a749320",
259
+ "icon": "http://media.rd.io/album/8/0/f/00000000000b6f08/square-200.jpg",
260
+ "canSample": false,
261
+ "name": "Star Trek",
262
+ "isExplicit": false,
263
+ "artist": "Michael Giacchino",
264
+ "url": "/artist/Michael_Giacchino/album/Star_Trek/",
265
+ "artistKey": "r150945",
266
+ "length": 15,
267
+ "trackKeys": [
268
+ "t8860925",
269
+ "t8860932",
270
+ "t8860943",
271
+ "t8860956",
272
+ "t8860964",
273
+ "t8860972",
274
+ "t8860983",
275
+ "t8860995",
276
+ "t8861007",
277
+ "t8861018",
278
+ "t8861042",
279
+ "t8861050",
280
+ "t8861059",
281
+ "t8861077",
282
+ "t8861084"
283
+ ],
284
+ "canTether": false,
285
+ "displayDate": "May 5, 2009"
286
+ },
287
+ {
288
+ "baseIcon": "album/f/0/b/00000000000b7b0f/square-200.jpg",
289
+ "releaseDate": "2009-06-23",
290
+ "artistUrl": "/artist/Michael_Giacchino/",
291
+ "duration": 3638,
292
+ "isClean": false,
293
+ "shortUrl": "http://rd.io/x/QDaXPkgkXQ",
294
+ "canStream": false,
295
+ "embedUrl": "http://rd.io/e/QDaXPkgkXQ",
296
+ "type": "a",
297
+ "price": "None",
298
+ "key": "a752399",
299
+ "icon": "http://media.rd.io/album/f/0/b/00000000000b7b0f/square-200.jpg",
300
+ "canSample": false,
301
+ "name": "Land Of The Lost",
302
+ "isExplicit": false,
303
+ "artist": "Michael Giacchino",
304
+ "url": "/artist/Michael_Giacchino/album/Land_Of_The_Lost/",
305
+ "artistKey": "r150945",
306
+ "length": 32,
307
+ "trackKeys": [
308
+ "t8893514",
309
+ "t8893530",
310
+ "t8893542",
311
+ "t8893560",
312
+ "t8893574",
313
+ "t8893612",
314
+ "t8893632",
315
+ "t8893646",
316
+ "t8893697",
317
+ "t8893713",
318
+ "t8893736",
319
+ "t8893774",
320
+ "t8893790",
321
+ "t8893831",
322
+ "t8893849",
323
+ "t8893857",
324
+ "t8893877",
325
+ "t8893888",
326
+ "t8893916",
327
+ "t8893964",
328
+ "t8893994",
329
+ "t8894004",
330
+ "t8894021",
331
+ "t8894049",
332
+ "t8894067",
333
+ "t8894100",
334
+ "t8894112",
335
+ "t8894131",
336
+ "t8894170",
337
+ "t8894177",
338
+ "t8894191",
339
+ "t8894213"
340
+ ],
341
+ "canTether": false,
342
+ "displayDate": "Jun 23, 2009"
343
+ },
344
+ {
345
+ "baseIcon": "album/1/1/2/00000000000b8211/square-200.jpg",
346
+ "releaseDate": "2010-09-14",
347
+ "artistUrl": "/artist/Michael_Giacchino/",
348
+ "duration": 8961,
349
+ "isClean": false,
350
+ "shortUrl": "http://rd.io/x/QDaXPkjdQw",
351
+ "canStream": false,
352
+ "embedUrl": "http://rd.io/e/QDaXPkjdQw",
353
+ "type": "a",
354
+ "price": "None",
355
+ "key": "a754193",
356
+ "icon": "http://media.rd.io/album/1/1/2/00000000000b8211/square-200.jpg",
357
+ "canSample": false,
358
+ "name": "Lost The Final Season",
359
+ "isExplicit": false,
360
+ "artist": "Michael Giacchino",
361
+ "url": "/artist/Michael_Giacchino/album/Lost_The_Final_Season_1/",
362
+ "artistKey": "r150945",
363
+ "length": 51,
364
+ "trackKeys": [
365
+ "t8913386",
366
+ "t8913391",
367
+ "t8913396",
368
+ "t8913403",
369
+ "t8913416",
370
+ "t8913429",
371
+ "t8913433",
372
+ "t8913439",
373
+ "t8913446",
374
+ "t8913455",
375
+ "t8913466",
376
+ "t8913473",
377
+ "t8913493",
378
+ "t8913502",
379
+ "t8913515",
380
+ "t8913517",
381
+ "t8913528",
382
+ "t8913539",
383
+ "t8913556",
384
+ "t8913566",
385
+ "t8913570",
386
+ "t8913583",
387
+ "t8913607",
388
+ "t8913617",
389
+ "t8913627",
390
+ "t8913643",
391
+ "t8913660",
392
+ "t8913672",
393
+ "t8913676",
394
+ "t8913686",
395
+ "t8913697",
396
+ "t8913702",
397
+ "t8913725",
398
+ "t8913734",
399
+ "t8913753",
400
+ "t8913763",
401
+ "t8913775",
402
+ "t8913785",
403
+ "t8913793",
404
+ "t8913803",
405
+ "t8913818",
406
+ "t8913825",
407
+ "t8913833",
408
+ "t8913846",
409
+ "t8913856",
410
+ "t8913874",
411
+ "t8913882",
412
+ "t8913899",
413
+ "t8913907",
414
+ "t8913923",
415
+ "t8913949"
416
+ ],
417
+ "canTether": false,
418
+ "displayDate": "Sep 14, 2010"
419
+ },
420
+ {
421
+ "baseIcon": "album/b/4/a/00000000000b9a4b/square-200.jpg",
422
+ "releaseDate": "2003-11-11",
423
+ "artistUrl": "/artist/Michael_Giacchino/",
424
+ "duration": 3894,
425
+ "isClean": false,
426
+ "shortUrl": "http://rd.io/x/QDaXPkjFGQ",
427
+ "canStream": false,
428
+ "embedUrl": "http://rd.io/e/QDaXPkjFGQ",
429
+ "type": "a",
430
+ "price": "None",
431
+ "key": "a760395",
432
+ "icon": "http://media.rd.io/album/b/4/a/00000000000b9a4b/square-200.jpg",
433
+ "canSample": false,
434
+ "name": "Alias",
435
+ "isExplicit": false,
436
+ "artist": "Michael Giacchino",
437
+ "url": "/artist/Michael_Giacchino/album/Alias/",
438
+ "artistKey": "r150945",
439
+ "length": 26,
440
+ "trackKeys": [
441
+ "t8986620",
442
+ "t8986625",
443
+ "t8986650",
444
+ "t8986665",
445
+ "t8986705",
446
+ "t8986717",
447
+ "t8986749",
448
+ "t8986773",
449
+ "t8986805",
450
+ "t8986830",
451
+ "t8986846",
452
+ "t8986857",
453
+ "t8986871",
454
+ "t8986890",
455
+ "t8986927",
456
+ "t8986943",
457
+ "t8986969",
458
+ "t8986990",
459
+ "t8987007",
460
+ "t8987038",
461
+ "t8987059",
462
+ "t8987072",
463
+ "t8987092",
464
+ "t8987113",
465
+ "t8987129",
466
+ "t8987155"
467
+ ],
468
+ "canTether": false,
469
+ "displayDate": "Nov 11, 2003"
470
+ },
471
+ {
472
+ "baseIcon": "album/0/b/0/00000000000ba0b0/square-200.jpg",
473
+ "releaseDate": "2006-03-17",
474
+ "artistUrl": "/artist/Michael_Giacchino/",
475
+ "duration": 4727,
476
+ "isClean": false,
477
+ "shortUrl": "http://rd.io/x/QDaXPkj_4g",
478
+ "canStream": false,
479
+ "embedUrl": "http://rd.io/e/QDaXPkj_4g",
480
+ "type": "a",
481
+ "price": "None",
482
+ "key": "a762032",
483
+ "icon": "http://media.rd.io/album/0/b/0/00000000000ba0b0/square-200.jpg",
484
+ "canSample": false,
485
+ "name": "Lost (Season 5)",
486
+ "isExplicit": false,
487
+ "artist": "Michael Giacchino",
488
+ "url": "/artist/Michael_Giacchino/album/Lost_(Season_5)/",
489
+ "artistKey": "r150945",
490
+ "length": 23,
491
+ "trackKeys": [
492
+ "t9003686",
493
+ "t9003699",
494
+ "t9003722",
495
+ "t9003738",
496
+ "t9003754",
497
+ "t9003766",
498
+ "t9003787",
499
+ "t9003802",
500
+ "t9003813",
501
+ "t9003830",
502
+ "t9003844",
503
+ "t9003858",
504
+ "t9003865",
505
+ "t9003878",
506
+ "t9003891",
507
+ "t9003924",
508
+ "t9003949",
509
+ "t9003958",
510
+ "t9003981",
511
+ "t9003987",
512
+ "t9003995",
513
+ "t9004011",
514
+ "t9004027"
515
+ ],
516
+ "canTether": false,
517
+ "displayDate": "Mar 17, 2006"
518
+ }
519
+ ],
520
+ "artist_count": 3,
521
+ "number_results": 19
522
+ }
523
+ }
@@ -0,0 +1,117 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : [
4
+ {
5
+ "name": "Yoav",
6
+ "shortUrl": "http://rd.io/x/QDaXLUeM8w",
7
+ "baseIcon": "artist/no-artist-image-square.jpg",
8
+ "hasRadio": true,
9
+ "length": 55,
10
+ "url": "/artist/Yoav/",
11
+ "key": "r316321",
12
+ "radioKey": "rr316321",
13
+ "icon": "http://media.rd.io/artist/no-artist-image-square.jpg",
14
+ "type": "r",
15
+ "topSongsKey": "tr316321"
16
+ },
17
+ {
18
+ "name": "Fran\u00e7ois Dompierre, Darren Lowe, Orchestre symphonique de Qu\u00e9bec, Yoav Talmi",
19
+ "shortUrl": "http://rd.io/x/QDaXLUIYGg",
20
+ "baseIcon": "artist/no-artist-image-square.jpg",
21
+ "hasRadio": false,
22
+ "length": 27,
23
+ "url": "/artist/Fran%C3%A7ois_Dompierre%2C_Darren_Lowe%2C_Orchestre_symphonique_de_Qu%C3%A9bec%2C_Yoav_Talmi/",
24
+ "key": "r83784",
25
+ "type": "r",
26
+ "icon": "http://media.rd.io/artist/no-artist-image-square.jpg"
27
+ },
28
+ {
29
+ "name": "James Ehnes, Orchestre symphonique de Qu\u00e9bec, Yoav Talmi",
30
+ "shortUrl": "http://rd.io/x/QDaXLd4y",
31
+ "baseIcon": "artist/no-artist-image-square.jpg",
32
+ "hasRadio": false,
33
+ "length": 8,
34
+ "url": "/artist/James_Ehnes%2C_Orchestre_symphonique_de_Qu%C3%A9bec%2C_Yoav_Talmi/",
35
+ "key": "r40301",
36
+ "type": "r",
37
+ "icon": "http://media.rd.io/artist/no-artist-image-square.jpg"
38
+ },
39
+ {
40
+ "name": "The Louisville Orchestra, Robert Whitney, Yoav Talmi, James Livingston",
41
+ "shortUrl": "http://rd.io/x/QDaXLUn_Aw",
42
+ "baseIcon": "artist/no-artist-image-square.jpg",
43
+ "hasRadio": false,
44
+ "length": 3,
45
+ "url": "/artist/The_Louisville_Orchestra%2C_Robert_Whitney%2C_Yoav_Talmi%2C_James_Livingston/",
46
+ "key": "r696401",
47
+ "type": "r",
48
+ "icon": "http://media.rd.io/artist/no-artist-image-square.jpg"
49
+ },
50
+ {
51
+ "firstName": "Yoav",
52
+ "baseIcon": "user/no-user-image-square.jpg",
53
+ "gender": "m",
54
+ "url": "/people/yoav/",
55
+ "key": "s17897",
56
+ "lastName": "Erez",
57
+ "libraryVersion": 0,
58
+ "type": "s",
59
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
60
+ },
61
+ {
62
+ "firstName": "Yoav",
63
+ "baseIcon": "user/no-user-image-square.jpg",
64
+ "gender": "m",
65
+ "url": "/people/Ykarpen/",
66
+ "key": "s20413",
67
+ "lastName": "Karpenshif",
68
+ "libraryVersion": 7708,
69
+ "type": "s",
70
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
71
+ },
72
+ {
73
+ "firstName": "yoav",
74
+ "baseIcon": "user/no-user-image-square.jpg",
75
+ "gender": "m",
76
+ "url": "/people/yoavsharoni/",
77
+ "key": "s37742",
78
+ "lastName": "sharoni",
79
+ "libraryVersion": 1650,
80
+ "type": "s",
81
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
82
+ },
83
+ {
84
+ "firstName": "Yoav",
85
+ "baseIcon": "user/no-user-image-square.jpg",
86
+ "gender": "m",
87
+ "url": "/people/YoavShapira/",
88
+ "key": "s52672",
89
+ "lastName": "Shapira",
90
+ "libraryVersion": 0,
91
+ "type": "s",
92
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
93
+ },
94
+ {
95
+ "firstName": "Yoav",
96
+ "baseIcon": "user/no-user-image-square.jpg",
97
+ "gender": "m",
98
+ "url": "/people/yoavlurie/",
99
+ "key": "s58637",
100
+ "lastName": "Lurie",
101
+ "libraryVersion": 0,
102
+ "type": "s",
103
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
104
+ },
105
+ {
106
+ "firstName": "yoav",
107
+ "baseIcon": "user/no-user-image-square.jpg",
108
+ "gender": "m",
109
+ "url": "/people/sonora2010/",
110
+ "key": "s89764",
111
+ "lastName": "regev",
112
+ "libraryVersion": 0,
113
+ "type": "s",
114
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
115
+ }
116
+ ]
117
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : "true"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : "true"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : "true"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : "true"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : "true"
4
+ }
@@ -0,0 +1,27 @@
1
+ {
2
+ "status" :"ok",
3
+ "result" : [
4
+ {
5
+ "firstName": "Ruby",
6
+ "baseIcon": "user/no-user-image-square.jpg",
7
+ "gender": "m",
8
+ "url": "/people/rubygithubber/",
9
+ "key": "s12346",
10
+ "lastName": "Githubber",
11
+ "libraryVersion": 0,
12
+ "type": "s",
13
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
14
+ },
15
+ {
16
+ "firstName": "Rdio",
17
+ "baseIcon": "user/no-user-image-square.jpg",
18
+ "gender": "f",
19
+ "url": "/people/rdioapi/",
20
+ "key": "s12347",
21
+ "lastName": "Api",
22
+ "libraryVersion": 80,
23
+ "type": "s",
24
+ "icon": "http://media.rd.io/user/no-user-image-square.jpg"
25
+ }
26
+ ]
27
+ }