Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
kayx23 opened this issue May 4, 2023 · 1 comment · Fixed by #9414
Closed

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

kayx23 opened this issue May 4, 2023 · 1 comment · Fixed by #9414
Labels
doc Documentation things good first issue Good for newcomers

Comments

@kayx23
Copy link
Member

kayx23 commented May 4, 2023

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
@kayx23 kayx23 added the doc Documentation things label May 4, 2023
@Gallardot Gallardot added the good first issue Good for newcomers label May 5, 2023
@jiangfucheng
Copy link
Member

@Gallardot Hi, could assign it to me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation things good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants