Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
248 views
in Technique[技术] by (71.8m points)

rest - What does Application Programming mean in API

This is what understand about an API, and this what I tell myself.

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.

So, I have been forgetting the two terms. Some days ago I explained that to someone How I take them, but that someone asked-

What is the meaning of the two terms if they are there to be ignored?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

You have all kinds of interfaces in computing. A fairly common one is a network interface. In your case, it's a programming interface for the application. An interface between your application and another entity.

What the writer is trying to convey to you is that this is an interface and that's the most important thing to think of.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...