Incubating v0.1.1
Github Ex
Native Elixir SDK for the GitHub REST API with generated endpoint modules, OTP-friendly runtime defaults, OAuth helpers, GitHub App helpers, pagination utilities, and publication-…
Stats & Info
- Latest release: v0.1.1
- Recent downloads: 24
- All-time downloads: 24
- Maintainers: nshkrdotcom
Installation
Add github_ex to your list of dependencies in mix.exs:
def deps do
[
{:github_ex, "~> 0.1.1"}
]
endThen run:
mix deps.get