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
It would be nice for our use case to be able to configure the query parameter names so that we can choose if the names are camelCased, snake_cased or kebab-cased, i.e. sort_by instead of sortBy. These names are currently hardcoded, but this seems like it would be a useful feature to have in general so I thought I might contribute such a change. Afaict the only query parameter name this would apply to at the moment is "sortBy" as it's the only two word query parameter name. Would this an acceptable change to contribute to servant-util?
The text was updated successfully, but these errors were encountered:
It would be nice for our use case to be able to configure the query parameter names so that we can choose if the names are camelCased, snake_cased or kebab-cased, i.e.
sort_by
instead ofsortBy
. These names are currently hardcoded, but this seems like it would be a useful feature to have in general so I thought I might contribute such a change. Afaict the only query parameter name this would apply to at the moment is "sortBy" as it's the only two word query parameter name. Would this an acceptable change to contribute toservant-util
?The text was updated successfully, but these errors were encountered: