【发布时间】:2019-01-31 00:27:28
【问题描述】:
当我听到 API 时,我认为使用 API 的唯一方法是编写程序来调用 API 提供的功能。
编写程序是使用 RESTful API 的唯一方法吗?
看来我们可以使用curl 来使用https://developer.github.com/v3/guides/getting-started/ 中的RESTful API。那么,如果不编写程序来调用 RESTful API 提供的函数,这怎么可能呢?
谢谢。
【问题讨论】:
-
您可以在浏览器中调用 HTTP API 并获取响应。例如:maps.googleapis.com/maps/api/geocode/…