https://github.com/maennchen/zitadel_api
Elixir Zitadel API Client
https://github.com/maennchen/zitadel_api
api elixir grpc zitadel
Last synced: about 2 months ago
JSON representation
Elixir Zitadel API Client
- Host: GitHub
- URL: https://github.com/maennchen/zitadel_api
- Owner: maennchen
- License: apache-2.0
- Created: 2020-11-11T13:04:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T20:58:00.000Z (over 1 year ago)
- Last Synced: 2025-05-16T10:46:37.193Z (8 months ago)
- Topics: api, elixir, grpc, zitadel
- Language: Elixir
- Homepage:
- Size: 1.1 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Zitadel API Client
[](https://raw.githubusercontent.com/maennchen/zitadel_api/master/LICENSE)

[](https://hex.pm/packages/zitadel_api)
[](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).