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.
我正在尝试显示我正在使用的 RESTful API 的资源和相关子资源(https://api.lendingclub.com/api/investor/)。如果没有记录资源,有什么方法可以找到它们?
目前还没有一种标准方法来发现像基于 WSDL 的肥皂网络服务那样的 RESTful API 操作。
来自 API 提供者的文档是最好的学习方式。