Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charconstpointer/ihateannotations
Example combining buf, Protobuf, gRPC, gRPC Gateway and OpenAPI
https://github.com/charconstpointer/ihateannotations
buf grpc grpc-gateway grpc-go grpc-server openapi swagger
Last synced: about 22 hours ago
JSON representation
Example combining buf, Protobuf, gRPC, gRPC Gateway and OpenAPI
- Host: GitHub
- URL: https://github.com/charconstpointer/ihateannotations
- Owner: charconstpointer
- Created: 2022-12-15T18:58:13.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-18T21:14:46.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T18:06:39.021Z (5 months ago)
- Topics: buf, grpc, grpc-gateway, grpc-go, grpc-server, openapi, swagger
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buf + Protobuf + gRPC + gRPC Gateway + OpenAPI = ❤️
I hate documenting http endpoints using golang comments so here's an alternative using annotations inside your protobuf files which I think is a superior way of managing your API contractsThis is just a very simple(hopefully easy to digest) working example