Skip to content

Instantly share code, notes, and snippets.

View vchudnov-g's full-sized avatar

Victor Chudnovsky vchudnov-g

View GitHub Profile

πŸ–‹ GAPIC :: Library Partials

So you want to write a partial helper, eh?

Hand-written code adds all kinds of functionality on top of generated GAPIC client libraries!

Let's look at the most common type of hand-written extension:

>> Helper Methods added to service object which wraps call to 1 rpc method <<

@vchudnov-g
vchudnov-g / . Simplest gRPC API with working generated client libraries & samples .md Simplest gRPC API with working generated client libraries & samples – # codelab

πŸ¦‘ G.A.P.I.C πŸ–₯ codelab πŸŽ“

.
β”œβ”€β”€ artman_dogs.yaml
β”œβ”€β”€ dogs.proto
β”œβ”€β”€ dogs_gapic.yaml
β”œβ”€β”€ dogs_server.js
β”œβ”€β”€ dogs_service.yaml
└── generate-and-run.sh