Commit Graph

104 Commits

Author SHA1 Message Date
Jonas Dellinger
0f6cdeb693
Fix example code, closes #572 2021-03-28 22:40:25 +02:00
dependabot[bot]
cc440f5da1
Bump elliptic from 6.5.3 to 6.5.4 in /SpotifyAPI.Docs (#574)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-20 18:06:05 +01:00
Tomasz Fijałkowski
1776b3017d
Update showcase.md (#581) 2021-03-20 18:04:13 +01:00
Ibrahim Jaber
288cc70543
Update showcase.md 2 (#576)
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2021-03-20 17:36:29 +01:00
dependabot[bot]
fb649656ae
Bump prismjs from 1.21.0 to 1.23.0 in /SpotifyAPI.Docs (#570)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.21.0 to 1.23.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.21.0...v1.23.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-03 09:37:55 +01:00
dependabot[bot]
f809955722
Bump ini from 1.3.5 to 1.3.7 in /SpotifyAPI.Docs (#546)
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-15 11:12:38 +01:00
L0um15
2968bfd65d
add SpotiSharp to showcase.md (#541) 2020-12-04 14:52:36 +01:00
Jonas Dellinger
71069cb53b bump to 6.0.0 2020-11-14 13:30:59 +01:00
Jonas Dellinger
66064aa0f5 Added migration from 5.x to 6.x to docs 2020-11-14 13:19:20 +01:00
Jonas Dellinger
35dbc7f57d Use webfactory/ssh-agent for the SSH setup 2020-11-14 11:14:24 +01:00
Jonas Dellinger
6163d4af75 Bump install instructions version 2020-11-14 11:02:12 +01:00
Jonas Dellinger
b14fa9547f Added first workflows for building docs and ci/cd 2020-11-14 09:40:07 +01:00
GaryNg
c2b118a9b3
Fix typo (#533) 2020-11-13 22:56:56 +01:00
Denis Mtfl
48332aef41
Update showcase.md (#526)
Co-authored-by: Jonas Dellinger <jonas@dellinger.dev>
2020-11-10 16:44:55 +01:00
Nova
300c51db3c
Minor fixes for comprehesion (#507)
Fixed capitalization, spelling, grammar, added gender-neutral language
2020-09-16 09:13:21 +02:00
Nova
662b8d0610
Add Rhythm Games Converter to Showcase (#506) 2020-09-12 15:25:31 +02:00
dependabot[bot]
626f50a327
Bump http-proxy from 1.18.0 to 1.18.1 in /SpotifyAPI.Docs (#504)
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-10 21:30:43 +02:00
Alex
4457eb62ae
Type in client credentials docs (#498) 2020-08-24 11:29:13 +02:00
Jonas Dellinger
ba1072340c prepare last last beta - beta.11 2020-08-20 14:10:33 +02:00
Jonas Dellinger
dfecf9f7fd prepare last beta - beta.10 2020-08-19 14:13:46 +02:00
Jonas Dellinger
b293abe523 Merge branch 'pkce' into master 2020-08-19 14:12:49 +02:00
Jonas Dellinger
38bf925415 Docs formatting 2020-08-19 14:12:11 +02:00
Jonas Dellinger
24459453a6 Finished PKCE Docs & Implementation - Example.CLI.PersistentConfig now uses PKCE 2020-08-19 14:03:01 +02:00
dependabot[bot]
e1172fa81d
Bump prismjs from 1.20.0 to 1.21.0 in /SpotifyAPI.Docs (#493)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-12 09:01:39 +02:00
Jonas Dellinger
9d22c04764 Added PKCE stuff: Initial request & refresh + PKCEUtil for generating verifiers 2020-08-06 18:48:49 +00:00
dependabot[bot]
23704b5ab9
Bump elliptic from 6.5.2 to 6.5.3 in /SpotifyAPI.Docs (#491)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-06 10:26:19 +02:00
dependabot[bot]
29de29affc
Bump lodash from 4.17.15 to 4.17.19 in /SpotifyAPI.Docs (#486)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-07-21 10:21:30 +02:00
Jonas Dellinger
06b58bfcd7 prepare beta 9 2020-07-15 21:15:10 +02:00
Jonas Dellinger
e9ba2ab76e prepare beta 8 2020-07-13 16:06:28 +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
Jonas Dellinger
bfd9663fde Better exception and docs for missing type info, fixes #472 2020-06-29 22:52:15 +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
Jonas Dellinger
220a0b6484 Prepare 6.0.0-beta.6 2020-06-16 20:50:04 +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
5a9155056d 6.0.0-beta.4 prepare 2020-06-13 01:15:23 +02:00
Jonas Dellinger
2d1378c020 Updated docs install guide for 6.0.0-beta.3 2020-06-09 03:07:07 +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
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
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