https://github.com/appmonet/open_rtb_protobuf_elixir
OpenRTB Protobuf support for Elixir
https://github.com/appmonet/open_rtb_protobuf_elixir
Last synced: 2 months ago
JSON representation
OpenRTB Protobuf support for Elixir
- Host: GitHub
- URL: https://github.com/appmonet/open_rtb_protobuf_elixir
- Owner: AppMonet
- Created: 2023-05-09T09:44:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T10:09:54.000Z (about 2 years ago)
- Last Synced: 2025-01-26T04:42:44.024Z (4 months ago)
- Language: Elixir
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenRtbProtobuf
[](https://github.com/AppMonet/open_rtb_protobuf_elixir/actions) [](https://hex.pm/packages/open_rtb_protobuf) [](https://hexdocs.pm/open_rtb_protobuf/)OpenRTB v2.6 Protobuf support for Elixir.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `open_rtb_protobuf` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:open_rtb_protobuf, "~> 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 .