-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[tw] localize API for traditional chinese (#2459) #2467
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
title: 應用程式介面(API) | ||
status: Completed | ||
category: 概念 | ||
tags: ["架構", "基本原理", ""] | ||
--- | ||
|
||
## 是什麼 {#what-it-is} | ||
|
||
應用程式介面(API)是電腦程式互動的一種方式。就像人類透過網頁與網站互動一樣,API 允許電腦程式之間進行互動。 | ||
與人類的互動不同,API 可以限制對方可以和不可以問什麽。對互動的限制有助於在程式之間創建穩定且實用的資訊傳輸。 | ||
|
||
## 解決的問題 {#problem-it-addresses} | ||
|
||
隨著應用程式變得越來越複雜,微小的程式碼更改也可能會對其他功能產生巨大的影響。 | ||
如果應用程式想要在擴展的同時保持其穩定性,則需要用模組化方法來管理其功能。 | ||
沒有 API,應用程式之間就缺乏一個應用程式之間互動的框架。 | ||
沒有一個共享的框架,應用程式[擴展](/zh-tw/scalability/)和整合將會變得很辛苦。 | ||
|
||
## 如何幫助我們 {#how-it-helps} | ||
|
||
API 允許電腦程式或應用程式以一種明確的、可理解的方式互動和共享資訊。 | ||
它們是奠定現代應用程式的基礎,它們為開發人員提供了一種將應用程式整合在一起的方法。 | ||
每當您聽到[微服務](/zh-tw/microservices-architecture/)在一起運作時,就可以推斷它們是透過某種 API 互動的。 |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
你這邊就用互動,所以我覺得前面都將交互換成互動會滿通順的