About 51,200 results
Open links in new tab
  1. API是什么: 一篇讲透API - 知乎

    在之前一篇文章中,我们深入地讲了如何设计API。 然而直到写到很后面,我才意识到我还没有认真地讲过到底 API到底是什么。 与1000个读者有1000个哈姆雷特类似,即使你让一个经验非常丰富的程序 …

  2. 应用程序接口 - 维基百科,自由的百科全书

    API起源于1940年代,尽管这个术语直到1960年代和1970年代才出现。 现代对API这个术语的使用经常指的是网络API,它们允许通过互联网连接的计算机之间进行通信。 API的最新发展促进了微服务的流 …

  3. 应用程序编程接口_百度百科

    应用程序编程接口(Application Programming Interface, API),也称应用编程接口,是一组为不同软件组件之间交互而创建的定义和协议。 API定义了软件模块之间如何相互交互,包括可以调用哪些功能 …

  4. API是什么?1分钟就能看懂的API白话介绍与范例解析 - 个人文章

    Aug 1, 2024 · API 允许不同的应用程序、服务或系统之间能够共享信息与功能,以约定好的 API 接口实现互联互通。 简单来说,API提供了一组定义好的规则与协议,通过信息的传递,让开发者可以轻松 …

  5. 什么是 API?— 应用程序编程接口简介 — AWS

    API 代表应用程序编程接口。 在 API 环境中,应用程序一词指的是任何具有独特功能的软件。 接口可以看作是两个应用程序之间的服务合约。 该合约定义了两者如何使用请求和响应相互通信。 它们的 …

  6. 什么是API

    API(Application Programming Interface,应用程序编程接口)是一组规定和协议,它定义了不同软件应用或组件之间如何相互沟通和交互的方法。 API可以视为一个中间件,它允许开发者访问和使用某些 …

  7. API是什么?1分钟就能看懂的API白话介绍与范例解析

    Aug 1, 2024 · API意思是什么? 功用有哪些? API中文是应用程序接口,本文将介绍使用API接口串接不同应用程序或系统的6大优势、5大实际范例,并说明Open API、Web API是什么,帮你全方面了 …

  8. What is an API? A Beginner's Guide to APIs | Postman

    What is an API? An API, which stands for application programming interface, is a set of protocols that enable different software components to communicate and transfer data. Developers use APIs to …

  9. What is an API? | API definition | Cloudflare

    An application programming interface (API) is a set of rules that enable one program to transmit data to another program. Learn more about API calls, API security, and API integrations.

  10. API - Wikipedia

    An API is often made up of different parts which act as tools or services that are available to the programmer. A program or a programmer that uses one of these parts is said to call that portion of …