https://github.com/drowzy/grpc_transcoding
https://github.com/drowzy/grpc_transcoding
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/grpc_transcoding
- Owner: drowzy
- Created: 2022-09-07T13:43:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T12:47:22.000Z (almost 4 years ago)
- Last Synced: 2025-04-14T17:31:36.438Z (about 1 year ago)
- Language: Elixir
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grpc transcoding
Experimental support for GRPC HTTP JSON transcoding
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `grpc_gateway` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:grpc_transcoding, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .