soundcloud-api-ts 1.8.2 → 1.8.3
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 +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -49,6 +49,8 @@ A fully-typed TypeScript client for the SoundCloud API. Zero dependencies, nativ
|
|
|
49
49
|
>
|
|
50
50
|
> `soundcloud-api-ts` uses the **official documented API** (`api.soundcloud.com`) with registered app credentials, OAuth 2.1 as specified by SoundCloud, PKCE for public clients, and automatic token refresh.
|
|
51
51
|
|
|
52
|
+
**Coming from `soundcloud.ts`?** See the [Migration Guide](docs/MIGRATING.md) — most changes are find-and-replace.
|
|
53
|
+
|
|
52
54
|
## Install
|
|
53
55
|
|
|
54
56
|
```bash
|
package/package.json
CHANGED