@tidal-music/api 0.4.0 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.d.ts +2065 -613
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# TIDAL API v2 Beta
|
|
2
2
|
|
|
3
|
-
A thin wrapper around the API domains described at: https://
|
|
3
|
+
A thin wrapper around the API domains described at: https://tidal-music.github.io/tidal-api-reference/ (which is again built on the JSON API spec: https://jsonapi.org/format/)
|
|
4
4
|
|
|
5
5
|
The module provides Typescript types and a `fetch` based function for getting data, using: https://openapi-ts.pages.dev/
|
|
6
6
|
|