1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-05 10:49:40 +02:00

Lay groundwork for new Spotify API client (#805)

Lay groundwork for new Spotify API before removing `spirc`

* Add token provider
* Introduce HTTP client
* Introduce caching `ApResolver` component
* Remove `keymaster` and update example
* Use `PacketType` instead of hex identifiers
* Document new unknown packet 0xb6
This commit is contained in:
Roderick van Domburg 2021-06-28 20:58:58 +02:00 committed by GitHub
parent 113ac94c07
commit 39bf40bcc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
62 changed files with 3101 additions and 1837 deletions

1
core/src/spclient.rs Normal file
View file

@ -0,0 +1 @@
// https://github.com/librespot-org/librespot-java/blob/27783e06f456f95228c5ac37acf2bff8c1a8a0c4/lib/src/main/java/xyz/gianlu/librespot/dealer/ApiClient.java