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.
- Host: GitHub
- URL: https://github.com/jdav-dev/estated
- Owner: jdav-dev
- License: apache-2.0
- Created: 2020-04-17T19:52:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T16:32:21.000Z (about 6 years ago)
- Last Synced: 2025-10-21T14:56:22.959Z (9 months ago)
- Language: Elixir
- Size: 85.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Estated

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).