Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 ASP MVC 3 应用程序,我必须使用仅存在于 Python、PHP 或 Java 中的 dmcloud API。
http://www.dmcloud.net/doc/api/
即使它不是相同的技术,我如何在应用程序中使用 API。
您不需要使用客户端库。您可以直接使用他们的 HTTP API 。这将比使用预先存在的库更难,但比与 Java 或 Python 交互更容易。