https://github.com/ash-project/ash_json_api
A JSON:API extension for the Ash Framework
https://github.com/ash-project/ash_json_api
ash elixir json-api
Last synced: 3 months ago
JSON representation
A JSON:API extension for the Ash Framework
- Host: GitHub
- URL: https://github.com/ash-project/ash_json_api
- Owner: ash-project
- License: mit
- Created: 2019-10-11T18:06:31.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:42:12.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:42:18.950Z (about 1 year ago)
- Topics: ash, elixir, json-api
- Language: Elixir
- Homepage: https://hexdocs.pm/ash_json_api
- Size: 1.52 MB
- Stars: 42
- Watchers: 10
- Forks: 27
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-ash-framework - ash_json_api - The JSON:API extension for the Ash Framework. (Extensions / API)
- awesome-ash-framework - ash_json_api - The JSON:API extension for the Ash Framework. (Extensions / API)
README


[](https://opensource.org/licenses/MIT)
[](https://hex.pm/packages/ash_json_api)
[](https://hexdocs.pm/ash_json_api)# AshJsonApi
Welcome! This is the extension for building [JSON:API](https://jsonapi.org) spec compliant APIs with [Ash](https://hexdocs.pm/ash). Generate a powerful JSON API in minutes!
## Tutorials
- [Getting Started with AshJsonApi](documentation/tutorials/getting-started-with-ash-json-api.md)
## Topics
- [What is AshJsonApi?](documentation/topics/what-is-ash-json-api.md)
- [Non-Spec Query Parameters](documentation/topics/non-spec-query-parameters.md)
- [OpenAPI](documentation/topics/open-api.md)
- [Relationships](documentation/topics/relationships.md)
- [Authorize With AshJsonApi](documentation/topics/authorize-with-json-api.md)
- [Upgrading to 1.0](documentation/topics/upgrade.md)## Reference
- [AshJsonApi.Resource DSL](documentation/dsls/DSL-AshJsonApi.Resource.md)
- [AshJsonApi.Domain DSL](documentation/dsls/DSL-AshJsonApi.Domain.md)