Releases: brys0/Spotify-Web
Releases · brys0/Spotify-Web
HOTFIX (v.1.0.35) - Fix playlist analysis flag (features)
Fix Tracks (Breaking changes, not severe)
This adds a "Simple" artist expression to the tracks and the playlist tracks.
Some endpoints are still unfinished.
Happy breaking my code! 🎉
Better JSON Writer
This adds a Jackson JSON writer, so string literals are supported 👍🏻
Env support
Env support will be used if it can't seem to find a json file, names are the same for ENV as in the JSON
v1.0.22
v.1.0.21
This release comes with all new logo and more endpoints to due with the actual web-server itself
new endpoints
┌────────────────────────────────────────────────Endpoints────────────────────────────────────────────────┐
/categories | Get all categories and their names / images
/user | Returns a user json object. Requires a valid username (/user?name=YourUsername)
/system/cpu | Returns cpu thread stats
/system/mem | Returns memory stats
/system/gc | Calls the jvm to attempting to garbage collect
/system/cache | Returns cache stats
/system/cache/clear | Clears all cache
└────────────────────────────────────────────────────────────────────────────────────────────────────────┘
Hotfix v.1.0.2
Add port and fix json
This is probably way buggy but its a millionth try for everything, right?
How do I run this?
Great question! in a terminal of your choice and a java version 1.8 or greater just run java -jar ./SpotifyServer-1.0.0-public.jar
it'll automatically create a conf.json file in which you put your Spotify developer client's public id and private in the respectable categories then run the same command as above again and it should work!