protoc-gen-typescript-http
protoc-gen-typescript-http copied to clipboard
Generate types and service clients from protobuf definitions annotated with http rules.
Bumps google.golang.org/protobuf from 1.28.1 to 1.31.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
grpc-gateway supports Server-side streaming. Server-side streaming is also supported by fetch. https://developer.mozilla.org/en-US/docs/Web/API/Streams_API/Using_readable_streams The current protoc-gen-typescript-http has problems with clients generated by Server-side streaming. protoc-gen-typescript-http ``` export interface LoggingService { QueryLogs(request:...
See: https://protobuf.dev/programming-guides/proto3/#json  ```proto syntax = "proto3"; import "google/api/field_behavior.proto"; message Reply { fixed64 id = 1 [ (google.api.field_behavior) = REQUIRED ]; uint64 userId = 2 [ (google.api.field_behavior) = REQUIRED ];...
Now when defining an enumeration type, the code is generated, and the output is an enumeration value string. Can you support adding options to specify the number of enumeration value...
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.293.0 to 0.305.0. Release notes Sourced from go.einride.tech/sage's releases. v0.305.0 0.305.0 (2024-08-28) Feature golangcilint: replace exportloopref with copyloopvar (55ef3d10) v0.304.0 0.304.0 (2024-08-28) Feature golangcilint: enable spancheck linter...
Bumps [go.einride.tech/sage](https://github.com/einride/sage) from 0.334.0 to 0.338.0. Release notes Sourced from go.einride.tech/sage's releases. v0.338.0 0.338.0 (2025-01-29) Feature gofumpt: bump to version 0.7.0 (f295d114) v0.337.1 0.337.1 (2025-01-17) Bug Fixes sgcloudrun: handle response...
Bumps google.golang.org/protobuf from 1.34.2 to 1.36.4. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...