Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T19:42:12.000Z (9 months ago)
- Last Synced: 2024-04-14T02:42:18.950Z (9 months 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
README
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-black-text.png?raw=true#gh-light-mode-only)
![Logo](https://github.com/ash-project/ash/blob/main/logos/cropped-for-header-white-text.png?raw=true#gh-dark-mode-only)![Elixir CI](https://github.com/ash-project/ash_json_api/workflows/CI/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Hex version badge](https://img.shields.io/hexpm/v/ash_json_api.svg)](https://hex.pm/packages/ash_json_api)
[![Hexdocs badge](https://img.shields.io/badge/docs-hexdocs-purple)](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)