Function minerva_rpc::products::make_client
source · [−]pub async fn make_client(
endpoint: String,
tenant: String,
requestor: String
) -> ProductsInterceptedClient
Expand description
Creates a Products client with tenant and requestor metadata and connects to the server.
This function requires information about tenant
, requestor
and the
actual endpoint
that the client should connect to.