如何通过Json.NET在通用应用程序上连接和跟踪SoundCloud API

时间:2022-10-20 22:49:17

On the SoundCloud tutorial I want to convert it make Json.NET and get whole tracks. How can I so this?

在SoundCloud教程中,我想将它转换成Json.NET并获得整个轨道。我怎么能这样呢?

$ curl https://api.soundcloud.com/tracks?client_id=YOUR_CLIENT_ID

1 个解决方案

#1


Why not just avoid creating the REST stuffs yourself and go with a wrapper like https://github.com/Haythem/SoundCloud.NET

为什么不避免自己创建REST东西并使用像https://github.com/Haythem/SoundCloud.NET这样的包装器

#1


Why not just avoid creating the REST stuffs yourself and go with a wrapper like https://github.com/Haythem/SoundCloud.NET

为什么不避免自己创建REST东西并使用像https://github.com/Haythem/SoundCloud.NET这样的包装器