https://github.com/overbryd/jsonapi_ex
https://github.com/overbryd/jsonapi_ex
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/overbryd/jsonapi_ex
- Owner: Overbryd
- Created: 2016-09-14T13:33:49.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-14T13:34:09.000Z (almost 10 years ago)
- Last Synced: 2025-02-02T08:17:39.233Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```