Skip to content

Commit 85e98bf

Browse files
authored
fix(AIP-9): add entry for API interface (#1545)
1 parent 8fd98c4 commit 85e98bf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

aip/general/0009.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ API frontend server is often called an API proxy.
4747
away from each other. In some cases, they can be compiled into a single
4848
application binary and run inside a single process.
4949

50+
#### API interface
51+
52+
The element of an API specification IDL that groups API methods, such as a
53+
Protocol Buffers `service` definition. It is typically mapped to a similar high
54+
level grouping mechanism in most programming languages, like a `class` or
55+
`interface`.
56+
5057
### API method
5158

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

162169
## Changelog
163170

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

0 commit comments

Comments
 (0)