Expand description
Dynamic API server.
Unlike APIBuilder, which constructs its route set once at build time,
DynamicAPIBuilder subscribes to runtime notifications via the dataspace registry and dynamically registers and
unregisters routes as they’re asserted and retracted.
Structs§
- Bound
ApiAddress - The actual bound listen address of a running dynamic API server.
- DynamicAPI
Builder - A dynamic API server that can add and remove routes at runtime.