Skip to content

docs: use shell instead of Python to configure protos resources #9405

Description

@kayx23

This doc issue also has the same motivation: #9229

Current State

In current grpc-transcode doc:
image

Python is used to

  1. convert .pb file from binary to base64 format
  2. send HTTP PUT request to /protos to create a protos resource

Desired State

Replace Python script with

  • shell base64 utility, which Linux distros and macOS come with
  • shell curl for sending HTTP requests

Metadata

Metadata

Assignees

No one assigned

    Labels

    docDocumentation thingsgood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions