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: + + +