应用程序编程在 API 中意味着什么
What does Application Programming mean in API
这是对API的理解,也是我告诉自己的。
Forget about first two terms, just focus on interface. What an interface? It's an medium to connect two or more things which wants to communicate. You using your phone, TouchPad is that interface. For client and server architecture Urls or endpoints are an interface.
所以,我一直忘记这两个词。几天前,我向某人解释了我如何接受它们,但有人问-
这两个词如果被忽略是什么意思?
你在计算方面有各种各样的接口。一个相当常见的是网络接口。在您的情况下,它是应用程序的编程接口。您的应用程序和另一个实体之间的接口。
作者想告诉你的是,这是一个界面,这是最重要的事情。
这是对API的理解,也是我告诉自己的。
Forget about first two terms, just focus on interface. What an interface? It's an medium to connect two or more things which wants to communicate. You using your phone, TouchPad is that interface. For client and server architecture Urls or endpoints are an interface.
所以,我一直忘记这两个词。几天前,我向某人解释了我如何接受它们,但有人问-
这两个词如果被忽略是什么意思?
你在计算方面有各种各样的接口。一个相当常见的是网络接口。在您的情况下,它是应用程序的编程接口。您的应用程序和另一个实体之间的接口。
作者想告诉你的是,这是一个界面,这是最重要的事情。