twirp
twirp copied to clipboard
PHP port of Twitch's Twirp RPC framework
Bumps [google.golang.org/protobuf](https://github.com/protocolbuffers/protobuf-go) from 1.28.0 to 1.28.1. Release notes Sourced from google.golang.org/protobuf's releases. v1.28.1 This release contains protoc-gen-go binaries for arm64. Notable changes since v1.28.0: CL/418677: internal/impl: improve MessageInfo.New performance CL/411377:...
**Is your feature request related to a problem? Please describe.** It's annoying that examples need to be manually regenerated after merging. **Describe the solution you'd like** Automate example regeneration using...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description #86 introduced custom...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description Twirp introduced a...
In all my code that calls the rpc services I end up wrapping the call in a try catch and doing the same error treatment. I was looking at if...
Since this package aims to be a direct port of Twirp, we should consider adding support for interceptors: https://twitchtv.github.io/twirp/docs/interceptors.html
**Overview** Implement interceptors **What this PR does / why we need it** Fixes #41 **Special notes for your reviewer** **Does this PR introduce a user-facing change?** ```release-note Adds interceptors to...
### Preflight Checklist - [X] I have searched the [issue tracker](https://www.github.com/twirphp/twirp/issues) for an issue that matches the one I want to file, without success. ### Problem Description CI does not...