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

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)

Awesome Lists containing this project

README

        

# ExZenHub [![Build Status](https://travis-ci.org/ChrisYammine/ex_zenhub.svg?branch=master)](https://travis-ci.org/ChrisYammine/ex_zenhub) [![Coverage Status](https://coveralls.io/repos/github/ChrisYammine/ex_zenhub/badge.svg?branch=master)](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