README.md

# Temporalio Cloud API

Elixir files generated from [Temporal.io's Cloud-API protobuf files](https://github.com/temporalio/api-cloud) using [protobuf-elixir](https://github.com/elixir-protobuf/protobuf).

[![Last Updated](https://img.shields.io/github/last-commit/mruoss/temporalio_cloud.ex.svg)](https://github.com/mruoss/temporalio_cloud.ex/commits/main)

[![Upstream Version Check](https://github.com/mruoss/temporalio_cloud.ex/actions/workflows/update.yaml/badge.svg)](https://github.com/mruoss/temporalio_cloud.ex/actions/workflows/update.yaml)

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `temporalio_cloud` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:temporalio_cloud, "~> 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 <https://hexdocs.pm/temporalio_cloud>.