You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
It is always useful to have a global and concise view of all routes available on your project.
Describe the solution you'd like
It would be nice to be able to see the routes in you app's default router + the routes generated from Ash framework in a single view.
Something like
mix phx.route
But which would show Ash generated routes in addition to the default router's "hand-written" routes.
Describe alternatives you've considered
For now we can use the command described in the AshJsonApi doc:
Is your feature request related to a problem? Please describe.
It is always useful to have a global and concise view of all routes available on your project.
Describe the solution you'd like
It would be nice to be able to see the routes in you app's default router + the routes generated from Ash framework in a single view.
Something like
But which would show Ash generated routes in addition to the default router's "hand-written" routes.
Describe alternatives you've considered
For now we can use the command described in the AshJsonApi doc:
source = https://hexdocs.pm/ash_json_api/getting-started-with-json-api.html#run-your-api
Express the feature either with a change to resource syntax, or with a change to the resource interface
I don’t know.
Additional context
I have nothing more to say.
The text was updated successfully, but these errors were encountered: