文件名称:soundcloud-helper:使您无需API访问即可从soundcloud检索信息的功能
文件大小:1KB
文件格式:ZIP
更新时间:2024-04-14 11:40:59
JavaScript
声云助手 使您无需API访问即可从soundcloud检索信息的功能。 const GetMusicsByArtistId = async ( artistId , authorization , client_id ) => { if ( ! artistId || ! authorization || ! client_id ) return ; return await fetch ( "https://cors-anywhere.herokuapp.com/https://api-v2.soundcloud.com/stream/users/" + artistId + "?client_id=" + client_id + "&limit=15000" , { headers : new Hea
【文件预览】:
soundcloud-helper-main
----soundcloud-helper.js(520B)
----README.md(1KB)