Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maennchen/zitadel_api
- Owner: maennchen
- License: apache-2.0
- Created: 2020-11-11T13:04:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T20:58:00.000Z (2 months ago)
- Last Synced: 2024-10-27T11:17:27.096Z (19 days ago)
- Topics: api, elixir, grpc, zitadel
- Language: Elixir
- Homepage:
- Size: 1.1 MB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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).