Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions aip/general/0009.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ API frontend server is often called an API proxy.
away from each other. In some cases, they can be compiled into a single
application binary and run inside a single process.

#### API interface

The element of an API specification IDL that groups API methods, such as a
Protocol Buffers `service` definition. It is typically mapped to a similar high
level grouping mechanism in most programming languages, like a `class` or
`interface`.

### API method

An individual operation within an API. It is typically represented in Protocol
Expand Down Expand Up @@ -161,6 +168,7 @@ organizations separate from those that consume them.

## Changelog

- **2025-08-13**: Add API inteface entry
- **2024-12-18**: Downcase headings and terms as per dev docs style
- **2024-10-23**: Add API Title entry
- **2023-07-24**: Rename IaC to Declarative Clients
Expand Down