我正在尝试连接到residentadvisor的API(http://www.residentadvisor.net/api/dj.asmx?op=getartist).
我的目标是,获取DJ(曲目和标签)和标签(DJ和曲目)以及TOP100,TOP1000等的所有信息.不幸的是,这个API没有好的手册.我写信给了residentadvisor并没有回答.给出了一些示例,但我不知道示例值是什么:
<UserID>string</UserID>: Is this my login name?
<AccessKey>string</AccessKey> Is this my personal user password?
<DJID>string</DJID> Where can I find the DJID of a DJ?
<ArtistName>string</ArtistName> Ok, this is just the artist name, right?
<ChartID>string</ChartID>: Where can I find the ChartID?
<Option>string</Option>: What are the options?
<URL>string</URL> Which URL ist this?
Run Code Online (Sandbox Code Playgroud)
任何提示?提前致谢
api ×1