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
- Host: GitHub
- URL: https://github.com/brexhq/exflagr
- Owner: brexhq
- License: mit
- Created: 2020-10-21T18:48:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-22T15:56:09.000Z (over 4 years ago)
- Last Synced: 2024-11-09T10:38:39.080Z (6 months ago)
- Language: Elixir
- Size: 16.6 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).