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
In many code generators one derives the name of the routes from their structure, such as getUsersByIdByGroup or something like that. It would be interesting if servant-foreign supported using the names coming from the routes when they are written as records when using NamedRoutes. That would allow for generated code that is easier to read and use.
For those who know the code, how big of a change would this be? Is there a precise point in the code where this name is chosen?
The text was updated successfully, but these errors were encountered:
In many code generators one derives the name of the routes from their structure, such as
getUsersByIdByGroup
or something like that. It would be interesting ifservant-foreign
supported using the names coming from the routes when they are written as records when usingNamedRoutes
. That would allow for generated code that is easier to read and use.For those who know the code, how big of a change would this be? Is there a precise point in the code where this name is chosen?
The text was updated successfully, but these errors were encountered: