From b626c2ea36293aae4bcb5ac54cf453835a2cea3a Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:24:08 +0100 Subject: [PATCH] update: practical_grpc slides --- docs/practical_grpc.md | 55 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/docs/practical_grpc.md b/docs/practical_grpc.md index 354dcd4..4a8c71c 100644 --- a/docs/practical_grpc.md +++ b/docs/practical_grpc.md @@ -902,3 +902,58 @@ let response = client let policy_id = Uuid::parse_str(&response.policy_id).expect("policy_id should always be a valid uuid"); ``` +--- + +## How is it going so far? + +--- + +### Domains using our gRPC client + ++ **Backoffice** ++ **Pricing & Underwriting** + +--- + +### **How are they using it:** Backoffice + +The **Customer Support Spain UK** team has been using our **Rust** library for a few months. + +Currently they are making use of the following operations: + + +