Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maennchen/zitadel_api

Elixir Zitadel API Client
https://github.com/maennchen/zitadel_api

api elixir grpc zitadel

Last synced: 16 days ago
JSON representation

Elixir Zitadel API Client

Awesome Lists containing this project

README

        

# Zitadel API Client

[![GitHub license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://raw.githubusercontent.com/maennchen/zitadel_api/master/LICENSE)
![.github/workflows/elixir.yml](https://github.com/maennchen/zitadel_api/workflows/.github/workflows/elixir.yml/badge.svg)
[![Hex.pm Version](https://img.shields.io/hexpm/v/zitadel_api.svg?style=flat)](https://hex.pm/packages/zitadel_api)
[![Coverage Status](https://coveralls.io/repos/github/maennchen/zitadel_api/badge.svg?branch=master)](https://coveralls.io/github/maennchen/zitadel_api?branch=master)

API Client for the Zitadel [Zitadel](https://github.com/caos/zitadel) API.

## Installation

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

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

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). The docs can be found at
[https://hexdocs.pm/zitadel_api](https://hexdocs.pm/zitadel_api).