https://github.com/akdilsiz/elixir-parasut
Parasut client for elixir
https://github.com/akdilsiz/elixir-parasut
api client elixir parasut
Last synced: 9 months ago
JSON representation
Parasut client for elixir
- Host: GitHub
- URL: https://github.com/akdilsiz/elixir-parasut
- Owner: akdilsiz
- License: apache-2.0
- Created: 2019-07-01T20:46:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T11:23:33.000Z (almost 7 years ago)
- Last Synced: 2025-05-25T01:41:14.513Z (about 1 year ago)
- Topics: api, client, elixir, parasut
- Language: Elixir
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Parasut client for elixir
[](https://travis-ci.org/akdilsiz/elixir-parasut)
[](https://coveralls.io/github/akdilsiz/elixir-parasut?branch=master)
[](https://hex.pm/packages/parasut)
[](https://hex.pm/packages/parasut)
***This project on going work***
## Installation
[available in Hex](https://hex.pm/packages/parasut), the package can be installed
by adding `parasut` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:parasut, "~> 0.1.0"}
]
end
```
## Documentation
[available HexDocs](https://hexdocs.pm/parasut).
## Contribution
All contributions are welcomed as long as you follow the conventions of *Elixir* language.
## License
Apache 2.0