如何在新的Spotify Web API上获得用户的关注者和用户的关注用户?

use*_*015 4 javascript spotify asp.net-web-api

在查看了Spotify新的API文档后,我向您询问用户的关注者和用户的关注.我们如何在新的SpotifyWeb API 上获取这些数据?

我想向一些端点发送请求,如下所示:

/v1/users/{user_id}/followers
Run Code Online (Sandbox Code Playgroud)

/v1/users/{user_id}/followings
Run Code Online (Sandbox Code Playgroud)

这有可能吗?

Mic*_*lin 5

目前这是不可能的.但是,我们将不断扩展Web API中的功能,因此请继续关注我们的开发人员站点上的新闻,更具体地说,请查看Endpoint参考页面.

编辑:此功能请求已添加到Web API的问题跟踪器中.