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

https://github.com/overbryd/jsonapi_ex


https://github.com/overbryd/jsonapi_ex

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JsonapEx

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `jsonap_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:jsonap_ex, "~> 0.1.0"}]
end
```

2. Ensure `jsonap_ex` is started before your application:

```elixir
def application do
[applications: [:jsonap_ex]]
end
```