mix ash_json_api.routes (ash_json_api v1.4.30)

View Source

Prints all routes pertaining to AshJsonApi.Router for the default or a given router.

This task can be called directly, accepting the same options as mix phx.routes, except for --info.

Accepts option --json_router to specify your Ash Json Router. Defaults to YourAppWeb.AshJsonApiRouter.

Alternatively, you can modify your aliases task to run them back to back it.

aliases: ["phx.routes": ["do", "phx.routes,", "ash_json_api.routes"]]

Summary

Functions

get_url_info(url, arg)