https://github.com/ail-project/ex_ail
Elixir library using the AIL Rest API
https://github.com/ail-project/ex_ail
ail-project elixir-lang elixir-library
Last synced: 3 months ago
JSON representation
Elixir library using the AIL Rest API
- Host: GitHub
- URL: https://github.com/ail-project/ex_ail
- Owner: ail-project
- License: bsd-3-clause
- Created: 2023-08-23T07:42:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T14:19:23.000Z (over 2 years ago)
- Last Synced: 2025-01-11T10:19:40.918Z (over 1 year ago)
- Topics: ail-project, elixir-lang, elixir-library
- Language: Elixir
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExAil
**ex_ail** allows to conveniently use the AIL project REST API from elixir.
## Installation
```elixir
def deps do
[
{:ex_ail, git: "https://github.com/ail-project/ex_ail", tag: "0.1.0"}
]
end
```