Summary
How to perform authorised requests
What is the feature request for?
The core library
The Problem
Any example is really appreciated
The Ideal Solution
with grpc.insecure_channel() as conn:
client = ServiceStub(conn)
request = Request(metadata=metadata)
response = client.run(request)
The Current Solution
No response
Summary
How to perform authorised requests
What is the feature request for?
The core library
The Problem
Any example is really appreciated
The Ideal Solution
The Current Solution
No response