Commit Graph

193 Commits

Author SHA1 Message Date
eltoncezar
fd8572bf93 Typo fix
Forgot to include this in the last commit
2016-03-17 18:58:10 -03:00
eltoncezar
0cda8e2219 Typo fix
Changed SpotifyAPI.Web.Enums.Scope.UserLibrarayRead to UserLibraryRead
2016-03-17 11:46:12 -03:00
Johnny @PC
51d4b19370 Fixed Test-Fixture path (hopefully?) 2016-03-05 17:02:34 +01:00
Johnny @PC
33f27df273 Removed obsolte .nuget folder 2016-03-05 16:26:40 +01:00
Johnny @PC
4fe00c0f0e Tweaked Test and some Lib modifications 2016-03-05 16:24:54 +01:00
Johnny @PC
8afd134769 Updated all libs 2016-03-05 14:32:50 +01:00
Johnny @PC
58f63589ad Updated Newtonsoft.Json to 8.0.2 2016-03-05 13:49:54 +01:00
Johnny @PC
fa82877851 Added support for Playlist-searching (Also: SimpleArtist -> FullArtist) 2016-03-05 13:46:55 +01:00
Jonas Dellinger
a010067e96 Exchanged NuGet-status image 2016-02-26 15:41:24 +01:00
Jonas Dellinger
507cf4dda7 Merge pull request #70 from JimmyAppelt/events
Events
2016-01-22 23:15:19 +01:00
Jonas Dellinger
85307272ec Merge pull request #72 from cwsterling/master
fixed fullalbum being converted to savedalbum
2016-01-22 23:15:14 +01:00
Chris
dcd038b7df fixed fullalbum being converted to savedalbum
when querying full albums, it wasn't deserizaling it correctly. it was
trying to force it into a saved album, not a full album
2016-01-21 23:51:59 -05:00
Jimmy Appelt
f2048748c3 delegates/events to newer usage 2016-01-07 09:33:40 +01:00
Jimmy Appelt
017161cb54 delegates/events to newer usage 2016-01-07 09:23:58 +01:00
Jonas Dellinger
cff2e5fd88 Merge pull request #68 from JohnnyCrazy/volume-fix
Fix for volume-control (#66)
2015-12-25 13:59:30 +01:00
Johnny @PC
82d1af1a4e Possible fix for volume-control 2015-12-22 20:44:42 +01:00
Johnny @PC
9d84808fa4 Fixed gitignore... 2015-12-22 20:36:08 +01:00
Johnny @PC
1c23113197 Merge branch 'master' of https://github.com/JohnnyCrazy/SpotifyAPI-NET 2015-12-22 20:35:09 +01:00
Johnny @PC
57917d831c Added nupkg to gitignore 2015-12-22 20:34:56 +01:00
Jonas Dellinger
0e8f08b047 Merge pull request #62 from CVertex/patch-3
Properly dispose http server
2015-12-16 13:56:18 +01:00
Vijay Santhanam
419bd6293b Properly dispose http server
When using the AuthorizationCodeAuth flow, the HTTP server should be stopped properly like in ImplicitGrantAuth
2015-12-08 12:10:41 +11:00
Johnny @PC
8b67917682 Forgot to add SavedAlbum-Object... 2015-12-07 14:13:24 +01:00
Johnny @PC
8017a02a10 Added support for /me/album endpoints 2015-12-07 14:08:23 +01:00
Jonas Dellinger
59bdd4b47d Merge pull request #61 from CVertex/patch-2
Use separator when joining string attributes
2015-12-07 13:52:16 +01:00
Jonas Dellinger
a2c542d629 Merge pull request #60 from CVertex/patch-1
Change type to album_type as per API docs
2015-12-07 13:51:46 +01:00
Vijay Santhanam
380c6e4c6f Use separator when joining string attributes 2015-12-07 23:30:00 +11:00
Vijay Santhanam
fc6c849c27 Change type to album_type as per API docs
When filtering by album type, the parameter is not type, but album_type

See https://developer.spotify.com/web-api/get-artists-albums/
2015-12-07 16:44:13 +11:00
Jonas Dellinger
20972c46d6 Merge pull request #58 from haefele/master
Remove setting the WebClient.Proxy to null
2015-11-29 17:53:45 +01:00
Daniel Häfele
c981b35085 Remove setting the WebClient.Proxy to null
It should be fine in most of the cases to just use the system proxy settings.
If anyone has issues with this approach, we can still make the WebClient.Proxy setting configurable somehow.
2015-11-26 21:17:37 +01:00
Johnny @PC
f320dae4ce Implemented own client for async-requests (Should close #55) 2015-11-15 20:54:30 +01:00
Johnny @PC
323561909e Added HasNextPage and HasPreviousPage to Paging-Objects.
Renamed Next and Previous to GetNextPage and GetPreviousPage
2015-11-07 20:18:39 +01:00
Johnny @PC
095967ff4b Fixed wrong limit calculation. (I think I was drunk or something...) 2015-11-06 21:08:53 +01:00
Johnny @PC
85a7bf6101 Finished ASync Implementation. 2015-11-06 20:57:03 +01:00
Johnny @PC
b2f8c2a67a Merge branch 'wepapi-async' into web-async 2015-11-06 20:36:07 +01:00
Johnny @PC
5fd96c027c Added all Builder-Methods 2015-11-06 20:34:35 +01:00
Jimmy Appelt
c51a267924 CM Clean 2015-11-06 19:56:50 +01:00
Jimmy Appelt
a913f1d459 Added 3 compilebreakers on Todo Items 2015-11-06 19:44:52 +01:00
Jimmy Appelt
d3b6913690 Removed Task.FromResult where not needed 2015-11-06 19:31:20 +01:00
Jimmy Appelt
a6c3d33abc Added Async Methods for Playlists/Profiles/Tracks 2015-11-06 19:21:30 +01:00
Jimmy Appelt
dca8d5e3de Corrected all _builder method names until Playlists 2015-11-06 18:08:24 +01:00
Jimmy Appelt
9bb25a8160 Corrected syntax mistake in SaveTracksAsync method 2015-11-06 15:21:04 +01:00
Jimmy Appelt
ab05201bd2 Changed UploadData query to _builder 2015-11-06 15:15:14 +01:00
Jimmy Appelt
92e66ed4c3 Removed parameter checks 2015-11-06 14:57:20 +01:00
Jimmy Appelt
f182b5ea99 Added Async Methods for Search/Albums/Artists/Browse/Follow/Library 2015-11-06 14:36:08 +01:00
Johnny @PC
0dd94eaf41 Implemented Async-Structure. 2015-11-05 21:20:22 +01:00
Johnny Dellinger @PC
96bcb7bd36 Some more refactoring. 2015-10-28 17:05:09 +01:00
Jonas Dellinger
cd74868a8d Merge pull request #50 from Mrnikbobjeff/master
Several little improvements and minor functionality extending
2015-10-28 16:47:34 +01:00
mrnikbobjeff
3544c34176 Changed Contracts to if-throw-else as requested
Changed use of nullable return types to throw exceptions instead of returning null
2015-10-23 21:25:13 +02:00
mrnikbobjeff
e5e57c3020 Removed infinite loop in dispose call
Imporved spelling in new commits
2015-10-21 13:18:57 +02:00
mrnikbobjeff
4f83ac068f Updated documentation for new functions 2015-10-17 11:58:38 +02:00