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.
Right now to make a consistent way to convert DateTime to String we need to use our code.
For instance, we need to use a helper function that converts a DateTime to a String in a specific format when we calling retrofit-generated code.
This is not an optimal solution. Because the helper function code is not directly connected to Retrofit.
So if you working in big team someone maybe wouldn’t know about the helper function or would forgot to use it.
Describe the solution you'd like
To add an option of converter function to "Query" annotation.
Is your feature request related to a problem? Please describe.
Right now to make a consistent way to convert DateTime to String we need to use our code.
For instance, we need to use a helper function that converts a DateTime to a String in a specific format when we calling retrofit-generated code.
This is not an optimal solution. Because the helper function code is not directly connected to Retrofit.
So if you working in big team someone maybe wouldn’t know about the helper function or would forgot to use it.
Describe the solution you'd like
To add an option of converter function to "Query" annotation.
Describe alternatives you've considered
Maybe to use new annotation like json_serializable uses.
The text was updated successfully, but these errors were encountered: