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
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
Jonas Dellinger
e69af64ecd
Merge branch 'v6'
2020-06-04 15:43:25 +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
7801f848c6
Docs site updated #451
2020-05-31 17:21:17 +02:00
Jonas Dellinger
2d1c1d2e00
Delete undraw_Devices_e67q.svg:Zone.Identifier
2020-05-22 12:28:46 +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
Jesper
2392f8f356
Changed "contex" typo to "context" ( #450 )
2020-05-06 21:09:26 +02:00
Devon Lehman
cb8b4692df
Fix getting_started.md links and table formatting ( #438 )
2020-04-16 21:54:15 +02:00
Jonas Dellinger
c39201104c
Updated docs dependencies
2020-03-26 18:32:32 +01:00
dependabot[bot]
58be8bb881
Bump acorn from 6.3.0 to 6.4.1 in /SpotifyAPI.Docs ( #427 )
...
Bumps [acorn](https://github.com/acornjs/acorn ) from 6.3.0 to 6.4.1.
- [Release notes](https://github.com/acornjs/acorn/releases )
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-15 22:43:55 +01:00
Jonas Dellinger
307d69945e
Added AddToQueue
2020-03-09 20:28:41 +01:00
Jonas Dellinger
39ff072d10
Updated vuepress
2020-01-12 20:00:53 +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
Jonas Dellinger
05721ef9f7
Added missing docs
2018-01-15 23:32:21 +01:00
Jonas Dellinger
a6ffa961b2
Added another local api port to docs
2018-01-15 23:18:04 +01:00
Lee Oades
c6d5ebec2f
Corrected a spelling mistake ( #191 )
2017-11-01 12:46:46 +01:00
Jonas Dellinger
0993b4c904
Correct command?
2017-10-27 17:36:20 +02:00
Jonas Dellinger
1efcb8db90
Install correct version of mkdocs
2017-10-27 17:34:51 +02:00
Jonas Dellinger
5a4b756d9c
Fix mkdocs JS
2017-10-27 17:30:18 +02:00