https://github.com/yammine/ex_zenhub
Unofficial Elixir client for the ZenHub API(https://github.com/ZenHubIO/API)
https://github.com/yammine/ex_zenhub
api-client api-wrapper elixir project-management zenhub
Last synced: about 1 month ago
JSON representation
Unofficial Elixir client for the ZenHub API(https://github.com/ZenHubIO/API)
- Host: GitHub
- URL: https://github.com/yammine/ex_zenhub
- Owner: yammine
- License: mit
- Created: 2017-03-14T22:07:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-17T23:51:38.000Z (about 8 years ago)
- Last Synced: 2024-03-15T07:48:11.956Z (about 1 year ago)
- Topics: api-client, api-wrapper, elixir, project-management, zenhub
- Language: Elixir
- Homepage:
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExZenHub [](https://travis-ci.org/ChrisYammine/ex_zenhub) [](https://coveralls.io/github/ChrisYammine/ex_zenhub?branch=master)
A package to provide convenience accessing the [ZenHub](https://www.zenhub.com/) API in your Elixir application.
## Installation
The package can be installed by adding `ex_zenhub` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:ex_zenhub, "~> 0.1"}]
end
```## Documentation
The docs can be found at [https://hexdocs.pm/ex_zenhub](https://hexdocs.pm/ex_zenhub).
They're a little thin right now but I'll be fleshing them out soon.## Examples
Coming soon
## License
MIT