Commit Graph

62 Commits

Author SHA1 Message Date
Jonas Dellinger
7acffd96ba Update documentation 2022-05-21 21:04:46 +02:00
svr333
7aea4e365e
Update AudioBand (#755)
Move to the org and add myself as author
2022-05-19 06:07:29 +02:00
Filip Kwiek
7cc55765dc
Update showcase.md (#732)
Adding another small project to showcase
2022-02-13 22:24:12 +01:00
Vitaliy
a46b0fae88
Add ConcertBuddy project to Showcase (#729) 2022-01-25 20:32:12 +01:00
Hashim Qureshi
d3be8051be
Add project for Spotify Song Availability Checker (#613) 2021-06-04 21:48:42 +02:00
Jonas Dellinger
163200f65c Added ErrorReceived to embedded auth server
Also style the default HTML site based on error/success values. Fixes #566
2021-04-15 17:54:43 +02:00
Chris Sienkiewicz
2d7bcf37b9
Fix embedded server authorization code example (#592) 2021-04-15 17:19:43 +02: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
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
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
Alex
4457eb62ae
Type in client credentials docs (#498) 2020-08-24 11:29:13 +02:00
Jonas Dellinger
24459453a6 Finished PKCE Docs & Implementation - Example.CLI.PersistentConfig now uses PKCE 2020-08-19 14:03:01 +02:00
Jonas Dellinger
9d22c04764 Added PKCE stuff: Initial request & refresh + PKCEUtil for generating verifiers 2020-08-06 18:48:49 +00: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
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
76f1a4746e Removed invalid syntax from pagination docs 2020-06-15 22:39:43 +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
d245139343 Added more example docs 2020-06-04 15:24:13 +02:00
Jonas Dellinger
fdb0400ccd Added BlazorWASM example 2020-06-04 14:42:16 +02:00
Jonas Dellinger
ebc5278055 Fixed links and added some more regarding auth 2020-06-04 00:14:37 +02:00
Jonas Dellinger
a6f2baa492 More docs regarding auth 2020-06-03 23:57:28 +02:00
Jonas Dellinger
7bc5015950 More docs regarding retry_handling 2020-06-03 19:12:12 +02:00
Jonas Dellinger
d31a9e4ea1 Update online docs 2020-06-03 17:44:13 +02:00
Jonas Dellinger
51887644fd Added better Pagination support via IAsyncEnumerable 2020-05-20 20:59:11 +02:00
Jonas Dellinger
39d0260bbd Prepare docs for release 2020-05-19 17:33:29 +02:00
Jonas Dellinger
fee995f984 Started docs 2020-05-13 18:27:16 +02:00
Jonas Dellinger
307d69945e Added AddToQueue 2020-03-09 20:28:41 +01:00
Jonas Dellinger
3de1d1d2e2
Update README.md 2020-01-12 19:55:18 +01:00
Abby Morssy
fd5108b438 Improve grammar (#410) 2020-01-09 20:27:54 +01:00
Jonas Dellinger
16ff9b8a7f Updated docs regarding Refresh of Tokens and fixed dead links 2019-11-11 17:01:23 +01:00
Jonas Dellinger
376b109056 Wrong username 2019-08-17 00:46:38 +02:00
Jonas Dellinger
d4ac4c1ca9 Forgot Base URL 2019-08-17 00:43:43 +02:00
Jonas Dellinger
00f2362e6b Switched docs from mkdocs to vuepress 2019-08-17 00:40:16 +02:00
Jonas Dellinger
c6de994f91
Update auth.md 2019-03-18 22:06:33 +01:00
Jordan
ea70fbc77b Secure, user-friendly and feature-rich authorization method (#286)
* Add new auth method and api factory for the auth method

* Add process documentation

* Solve random crash issues related to token collection

* Add customizable html responses, add more process control

* Add show dialog support, fix nulled html response

* Fix false trigger spam of access expiry event

* Add auto-retry GetToken, add fire auth fail on timeout

* Improve auto-refresh and refresh auth token validity checks

* Add ability to change number of get token retries

* Add get web API request cancelling

* Solve compiler warning

* Remove comment links, rename secure auth for clarity

* Rename secure auth for clarity in the docs

* Improve token swap usage example in docs

* Abstract the exchange server doc info for clarity

* Fix simontaen SpotifyTokenSwap link

* Change access expiry timing to be skippable

* Adapt TokenSwap for new convention, separate autorefresh and timer options
2019-03-18 17:20:17 +01:00
Jonas Dellinger
734c051759 Updated Readme and doc styles 2018-12-22 21:27:43 +01:00
Jonas Dellinger
2f8197359d Updated docs & Updated deps, should fix #304 2018-12-22 21:12:57 +01:00
Jonas Dellinger
6763d3cccc Made UserAgent configurable and docs 2018-07-18 21:51:56 +02:00
Jonas Dellinger
35b531ec2b
Added Spotify Oculus to docs, closes 240 2018-04-25 20:40:16 +02:00
Jonas Dellinger
eb0309c7cc Added docs for proxy usage 2018-03-25 19:56:59 +02:00