fynd-rpc-types 0.99.21

Shared DTO types for the Fynd RPC API (request/response wire format)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# fynd-rpc-types

Wire-format types for the [Fynd](https://fynd.xyz) RPC HTTP API.

Shared between the Fynd RPC server (`fynd-rpc`) and its clients (`fynd-client`). No HTTP or
server-side dependencies.

For documentation and API reference visit **<https://docs.fynd.xyz/>**.

## Features

| Feature | Purpose |
|---------|---------|
| `openapi` | Derives `utoipa::ToSchema` for OpenAPI spec generation |
| `core` | Enables conversions between wire DTOs and `fynd-core` domain types |