ash-project / ash_json_api

The JSON:API extension for the Ash Framework
https://hexdocs.pm/ash_json_api
MIT License
63 stars 42 forks source link

Turn the options from `use AshJsonApi` into DSL options #6

Closed zachdaniel closed 4 years ago

zachdaniel commented 4 years ago

We don't want to have any options provided to the use calls for extensions. Instead, everything should be part of the DSL.

zachdaniel commented 4 years ago

this will be completed in the dsl builder branch.