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

https://github.com/jdav-dev/estated

Elixir client for the Estated v4 API.
https://github.com/jdav-dev/estated

Last synced: 9 months ago
JSON representation

Elixir client for the Estated v4 API.

Awesome Lists containing this project

README

          

# Estated

![Elixir CI](https://github.com/jdav-dev/estated/workflows/Elixir%20CI/badge.svg)

Elixir client for the [Estated v4 API](https://estated.com/developers/docs/v4).

## Installation

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

```elixir
def deps do
[
{:estated, "~> 0.1.0"}
]
end
```

Documentation can be found at [https://hexdocs.pm/estated](https://hexdocs.pm/estated).