API Interface
...录;OAuth认证;API接口;网站集成 [gap=521]Key words: Active Server Pages; QQ login; OAuth authentication; API interface; website integrated ...
API interface function
Support more than3000 API
Support more than 1800API
Turns out they make stock data and the like available essentially via text files or via a simple API application programming interface which will be one of the themes of the course.
他们基本上是通过使用文本文件,或者通过一个简单的API应用,或者编程接口来获取股票和其他一些数据,这些都是本课程的主要内容。
计算机科学课程节选 : 哈佛公开课
介绍API:应用程序接口(API:Application Program Interface) 应用程序接口(是一组定义、程序及协议的集合,通过 API 接口实现计算机软件之间的相互通信。API 的一个主要功能是提供通用功能集。程序员通过调用 API 函数对应用程序进行开发,可以减轻编程任务。 API 同时也是一种中间件,为各种不同平台提供数据共享。 根据单个或分布式平台上不同软件应用程序间的数据共享性能,可以将 API 分为四种类型: 远程过程调用(RPC):通过作用在共享数据缓存器上的过程(或任务)实现程序间的通信。