我正在尝试连接到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?
任何提示? 提前致谢
答案 0 :(得分:3)
我刚接触过他们,他们在24小时内回复:“目前没有计划发布我们的API”