Yeah, path-params are viable for that. Can I somehow access them out of the routes definition? For example get the params of the currently set route.
Just found I could use match-by-path
and then extract the coerced parameters.
Hi. I wonder if there is a ready-made coercer for Reitit for coercing snake_case keys into kebab-case?
Like built-in?
I guess it shouldn't be too hard to write myself, just curious