protoc-gen-typescript-http icon indicating copy to clipboard operation
protoc-gen-typescript-http copied to clipboard

Generate types and service clients from protobuf definitions annotated with http rules.

Results 17 protoc-gen-typescript-http issues
Sort by recently updated
recently updated
newest added

Bumps google.golang.org/protobuf from 1.28.1 to 1.31.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.28.1&new-version=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...

dependencies
go

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 ![image](https://user-images.githubusercontent.com/44406033/218384201-c8aa5f8e-2d6b-4ba0-a67b-d4db4c1727b7.png) ```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...

dependencies
go

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...

dependencies
go

Bumps google.golang.org/protobuf from 1.34.2 to 1.36.4. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.34.2&new-version=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...

dependencies
go