grapi
grapi copied to clipboard
😮 A surprisingly easy API server and generator in gRPC and Go
This is a common REST method, and without this change, it's impossible to send the "PATCH" method over HTTP in configurations where the HTTP Gateway and the GRPC Gateway (e.g.,...
When I have an endpoint that uses the `PATCH` method, I can't send HTTP requests to that endpoint ```shell $ curl -vvv -X PATCH http://127.0.0.1:3001/api/tasks/4 -d '{...}' * Trying 127.0.0.1:3001......
My apologies if there's some more complete documentation somewhere else that I can't find. The documentation in README is not complete. That is: it doesn't tell you everything you need...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.0 to 1.39.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.39.0 Behavior Changes csds: return empty response if xds client is not set (#4505) metadata: convert keys...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.10.0 to 1.18.1. Release notes Sourced from go.uber.org/zap's releases. v1.18.1 Bugfixes: #974[]: Fix nil dereference in logger constructed by zap.NewNop. #974: uber-go/zap#974 v1.18.0 Enhancements: #961[]: Add zapcore.BufferedWriteSyncer,...
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.4.0 to 1.8.1. Release notes Sourced from github.com/spf13/viper's releases. v1.8.1 This patch releases fixes two minor issues: Replace %s with %w when wrapping errors Fix pflag.StringArray processing...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [github.com/grpc-ecosystem/go-grpc-middleware](https://github.com/grpc-ecosystem/go-grpc-middleware) from 1.2.0 to 1.3.0. Release notes Sourced from github.com/grpc-ecosystem/go-grpc-middleware's releases. v1.3.0 Full changelog v1.2.2 Full changelog v1.2.1 Full Changelog Commits df0f91b validator: add support for protoc-gen-validate 0.6.0 (#417)...
When I run: `grapi init awesome-app` Grapi initializes properly: ``` ➜ grapi init awesome-app ➜ Initialize project ╌ cmd/server/main.go ╌ cmd/server/run.go ╌ grapi.toml ╌ tools.go ▸ Install dependencies go: downloading...
Bumps [github.com/golang/protobuf](https://github.com/golang/protobuf) from 1.3.2 to 1.5.2. Release notes Sourced from github.com/golang/protobuf's releases. v1.5.2 Notable changes: (#1306) all: deprecate the module (#1300) jsonpb: restore previous behavior for handling nulls and JSONPBUnmarshaler...