Skip to content

Commit b59878e

Browse files
committed
Addressed dependency security, updated readme
1 parent 3a949f9 commit b59878e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ Current available endpoints are below. Base URL: `https://whisperify.net/api`
3737
* GET `/api/features/group/:category` will provide audio analysis for a group of users. Current supported categories are `all`, `country`, and `personality`. The plan is to allow more fine grain queries for specific countries and personalities.
3838
* GET `/api/features/user/:username` will provide audio analysis for a user if they are on Whisperify.
3939
* GET `/api/features/album/:album_id/:token` will provide audio analysis for an album on Spotify. `album_id` is the Spotify `id` of the album and `token` is the provided Spotify access token from the API, using one of the three authorization flows.
40+
* GET `/api/features/playlist/:playlist_id/:token` will provide audio analysis for a playlist on Spotify. `playlist_id` is the Spotify `id` of the playlist and `token` is the provided Spotify access token from the API, using one of the three authorization flows.

application/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)