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

https://github.com/brexhq/exflagr

Elixir client for Flagr
https://github.com/brexhq/exflagr

Last synced: 3 months ago
JSON representation

Elixir client for Flagr

Awesome Lists containing this project

README

        

# Flagr

Flagr is a feature flagging, A/B testing and dynamic configuration microservice. The base path for all the APIs is \"/api/v1\".

## Installation

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

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