File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,6 +47,13 @@ API frontend server is often called an API proxy.
4747away from each other. In some cases, they can be compiled into a single
4848application 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
5259An 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
You can’t perform that action at this time.
0 commit comments