Your custom Metadata class, or just SimpleMeta
Your API definition type, shared in common with your server
Your API Metadata definition, shared in common with your server
Optional opts: ClientOptsOptions for the estuary-rpc-client to use in constructing the underlying HTTP/WS request (most usefully containing an Authentication
Generated using TypeDoc
createApiClient is the primary method by your client will interact with estuary-rpc (unless you also want to generate an OpenApi spec with createOpenApiSpec and use that)
Returns
Your API Client object, chalk full of correctly typed callable endpoints
Example