Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.04 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.04 KB

Zitadel API Client

GitHub license .github/workflows/elixir.yml Hex.pm Version Coverage Status

API Client for the Zitadel Zitadel API.

Installation

The package can be installed by adding zitadel_api to your list of dependencies in mix.exs:

def deps do
  [
    {:zitadel_api, "~> 1.0-beta"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. The docs can be found at https://hexdocs.pm/zitadel_api.