Commit Graph

526 Commits

Author SHA1 Message Date
dependabot-preview[bot]
bc352fdc48
Bump NUnit3TestAdapter from 3.16.1 to 3.17.0 (#479)
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.16.1 to 3.17.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.16.1...V3.17)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-14 10:10:32 +02:00
Jonas Dellinger
e9ba2ab76e prepare beta 8 2020-07-13 16:06:28 +02:00
Jonas Dellinger
f3c8a9d620 Made more fields nullable, they can be excluded using fields query param, fixes #477 2020-07-13 16:03:19 +02:00
Jonas Dellinger
6f0e1b6f80 Only list enums when a flag attribute is pressent, fixes #478 2020-07-13 15:49:36 +02:00
dependabot-preview[bot]
7b2faee8cc
Bump AspNet.Security.OAuth.Spotify from 3.1.1 to 3.1.2 (#476)
Bumps [AspNet.Security.OAuth.Spotify](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/releases)
- [Commits](https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers/compare/3.1.1...3.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-09 17:15:39 +02:00
Jonas Dellinger
b7f9d3ab53 Enable tests for .net core 3.1 and 2.2 2020-07-03 23:48:38 +02:00
Jonas Dellinger
ea8fccd555 .net standard 2.0 support, followup #475 2020-07-03 23:06:54 +02:00
Jonas Dellinger
d7baa8f45c Made retry-after case insensitive, fixes #475 2020-07-03 22:59:39 +02:00
dependabot-preview[bot]
17a7fd577c
Bump Moq from 4.14.4 to 4.14.5 (#474)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-02 10:17:08 +02:00
Jonas Dellinger
905b42f2da
Added Sp0 to showcase 2020-07-01 21:25:55 +02:00
Iztral
8f64ef40d1
Add Library Bridger (#473) 2020-06-30 17:07:22 +02:00
Jonas Dellinger
e8c49d4478 Prepare beta.7 and some README fixes 2020-06-29 23:04:03 +02:00
dependabot-preview[bot]
ce9c8d133a
Bump Moq from 4.14.3 to 4.14.4 (#469)
Bumps [Moq](https://github.com/moq/moq4) from 4.14.3 to 4.14.4.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moq/moq4/compare/v4.14.3...v4.14.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-29 22:59:14 +02:00
Jonas Dellinger
d73c874400 Added market and fields parameter for PlaylistGetRequest 2020-06-29 22:58:50 +02:00
Jonas Dellinger
bfd9663fde Better exception and docs for missing type info, fixes #472 2020-06-29 22:52:15 +02:00
Jonas Dellinger
27773caa28 Empty lists are correctly excluded from query params, fixes #471 2020-06-29 22:42:35 +02:00
Ilya Burakov
a15e71c815
Fix implicit grant Spotify.Web.Auth example in docs (#465)
The previous example was not functioning due to mistakes and unresolved references, unfortunately. Fixed login request response type, a typo and URI to open in browser. Now it compiles and works properly (tested).
2020-06-20 19:32:34 +02:00
dependabot-preview[bot]
7e9bd85d2f
Bump Moq from 4.14.1 to 4.14.3 (#466)
Bumps [Moq](https://github.com/moq/moq4) from 4.14.1 to 4.14.3.
- [Release notes](https://github.com/moq/moq4/releases)
- [Changelog](https://github.com/moq/moq4/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moq/moq4/compare/v4.14.1...v4.14.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-19 16:28:47 +02:00
Jonas Dellinger
220a0b6484 Prepare 6.0.0-beta.6 2020-06-16 20:50:04 +02:00
Jonas Dellinger
c672b6158b Added test case for serializing with PlaylistElementConverter 2020-06-16 20:49:29 +02:00
Jonas Dellinger
8485e23943 PlayableItemConverter CanWrite is now false, should allow serialization 2020-06-16 20:02:58 +02:00
Jonas Dellinger
76f1a4746e Removed invalid syntax from pagination docs 2020-06-15 22:39:43 +02:00
Jonas Dellinger
5ac1077cfe prepare beta.5 2020-06-15 22:37:11 +02:00
Jonas Dellinger
df009e0316 Remove Task/Func paging methods, c# types are too strict for that 2020-06-13 13:28:50 +02:00
Jonas Dellinger
de98bc012f Added IPaginatble to also support Cursor based paging 2020-06-13 12:55:48 +02:00
Jonas Dellinger
5a9155056d 6.0.0-beta.4 prepare 2020-06-13 01:15:23 +02:00
Calle
d7c54ebfcd
Fix duplicate '?' in query part of URI (#462) 2020-06-13 00:27:28 +02:00
Jonas Dellinger
87127a51a8 Fixed a bug where request parameters were not added, related to #461 2020-06-12 15:01:38 +02:00
dependabot-preview[bot]
b2d706219f
Bump System.Net.Http.Json from 3.2.0 to 3.2.1 (#459)
Bumps [System.Net.Http.Json](https://github.com/dotnet/corefx) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/dotnet/corefx/releases)
- [Commits](https://github.com/dotnet/corefx/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-10 11:16:02 +02:00
Jonas Dellinger
2d1378c020 Updated docs install guide for 6.0.0-beta.3 2020-06-09 03:07:07 +02:00
Jonas Dellinger
208b90fb56 Fixed cache logic inside of RequestParams, fixes #458 2020-06-09 03:04:51 +02:00
Jonas Dellinger
3e0c4e479b documentation for credentials authenticator 2020-06-07 13:30:58 +02:00
Jonas Dellinger
ec08baf80b Rename all Credentials* classes to correct ClientCredentials* 2020-06-07 13:29:15 +02:00
dependabot[bot]
025571840c
Bump websocket-extensions from 0.1.3 to 0.1.4 in /SpotifyAPI.Docs (#457)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-06-07 10:15:44 +02:00
Jonas Dellinger
c829adde0b Added docs for IPlayableItem, fixes #454 2020-06-06 17:43:49 +02:00
Jonas Dellinger
ca436c3099 Fixed links in docs 2020-06-05 19:31:08 +02:00
dependabot-preview[bot]
12bdeb1592
Bump Microsoft.NETCore.UniversalWindowsPlatform from 6.2.9 to 6.2.10 (#456)
Bumps [Microsoft.NETCore.UniversalWindowsPlatform](https://github.com/Microsoft/dotnet) from 6.2.9 to 6.2.10.
- [Release notes](https://github.com/Microsoft/dotnet/releases)
- [Commits](https://github.com/Microsoft/dotnet/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-05 09:21:32 +02:00
Andrew Novac
9aecfe34c8
Added melodify to showcase (#455) 2020-06-05 00:40:43 +02:00
Jonas Dellinger
b3670e5636 Adapted readme for version 6 beta 2 2020-06-04 22:09:01 +02:00
Jonas Dellinger
98e29294d9 Adapted readme for version 6 beta 2020-06-04 21:32:52 +02:00
Jonas Dellinger
fb5b81b747 Fixed warnings and polished publish script 2020-06-04 20:56:47 +02:00
Jonas Dellinger
14dd959354 Setup publish script 2020-06-04 20:40:34 +02:00
Jonas Dellinger
f04f175775 Setup projects for nuget publishing 2020-06-04 20:29:33 +02:00
Jonas Dellinger
3e12f806db Added git config stuff 2020-06-04 18:34:19 +02:00
Jonas Dellinger
44741ffe04 Remove nvm and set correct permissions for .ssh 2020-06-04 18:30:07 +02:00
Jonas Dellinger
8a7e1c4f63 Executive permissions for the docs build script 2020-06-04 18:20:29 +02:00
Jonas Dellinger
0fe6b44795 Added docs build script 2020-06-04 18:18:51 +02:00
Jonas Dellinger
89102cceb7 Corrected github docs settings 2020-06-04 16:21:23 +02:00
Jonas Dellinger
e50e8be12e Correct url for docs 2020-06-04 16:14:16 +02:00
Jonas Dellinger
c97a93a984 Disable rss feed for now 2020-06-04 16:12:23 +02:00