No description
Find a file
2023-10-21 22:37:46 -04:00
.github improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
.vscode improvement: use new docs and upgrade ash 2022-11-03 10:08:50 -07:00
config improvement: WIP on open api resource generator 2023-09-25 10:16:47 -04:00
documentation improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
lib fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
logos improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
test fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
.check.exs improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
.credo.exs improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
.formatter.exs fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
.gitignore fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
.tool-versions improvement: support booleans in resource generator #1 (/issues/1) (#2) 2023-10-17 21:28:54 -04:00
FUNDING.yml improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
LICENSE improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
mix.exs fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
mix.lock fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
README.md WIP 2021-10-29 22:40:27 -04:00

AshJsonApiWrapper

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ash_json_api_wrapper to your list of dependencies in mix.exs:

def deps do
  [
    {:ash_json_api_wrapper, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ash_json_api_wrapper.