No description
Find a file
dependabot[bot] aa939103b1
chore(deps-dev): bump ex_doc in the dev-dependencies group (#44)
Bumps the dev-dependencies group with 1 update: [ex_doc](https://github.com/elixir-lang/ex_doc).


Updates `ex_doc` from 0.34.0 to 0.34.1
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.34.0...v0.34.1)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-27 09:25:28 -04:00
.github ci: dependabot config weekly 2024-06-19 10:03:23 -04: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 improvement: support 3.0 2024-05-25 07:07:39 -04:00
logos improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
test improvement: support 3.0 2024-05-25 07:07:39 -04:00
.check.exs improvement: migrate to tesla instead of finch 2023-06-30 15:22:38 -04:00
.credo.exs chore: fix build. 2024-04-11 14:25:25 +12:00
.formatter.exs fix: properly support endpoints being lists (#4) 2023-10-21 22:37:46 -04:00
.gitignore improvement: Add custom pagination start() callback for initial page request (#8) 2023-11-13 13:21:38 -05:00
.tool-versions chore: add back in tool versions 2024-05-25 07:21:33 -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 chore(deps): bump ash from 2.21.14 to 3.0.0 (#25) 2024-05-13 09:16:43 -04:00
mix.lock chore(deps-dev): bump ex_doc in the dev-dependencies group (#44) 2024-06-27 09:25:28 -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.