Packages

Github's Noop API client for Elixir! Sample wrapping around the various Noop endpoints with minimal processing. Most processing converts dictionary objects to easier to parse tuples?

Current section

Files

Jump to
exnoops README.md
Raw

README.md

# Exnoops
[![pipeline status](https://gitlab.com/bfcarpio/exnoops/badges/master/pipeline.svg)](https://gitlab.com/bfcarpio/exnoops/commits/master)
[![coverage report](https://gitlab.com/bfcarpio/exnoops/badges/master/coverage.svg)](https://gitlab.com/bfcarpio/exnoops/commits/master)
[![Open Source Love](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)
Elixir's premier Github Noop API wrapper client! Provides minimal processing and full compatibility with the API.
PR's are welcome!
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `exnoops` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:exnoops, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/exnoops](https://hexdocs.pm/exnoops).