Changes for page Music Management

Last modified by Dongxu Lu on 2022/09/08 23:05

From version 2.1
edited by Dongxu Lu
on 2022/09/08 23:05
Change comment: There is no comment for this version
To version 1.1
edited by Bart Vastenhouw
on 2022/09/06 12:00
Change comment: Imported from XAR

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.dongxulu
1 +xwiki:XWiki.BartVastenhouw
Content
... ... @@ -1,0 +1,4 @@
1 +Spotify provides an API based on REST principles that provide access to "Endpoints", which include data about music artists, songs, and albums. Through authorization, the API also provides access to user data such as saved music and playlists. This is provided using Node.js and Javascript.
2 +
3 +
4 +The Spotify web API has a complete reference of its functionality.