i have problem to use model class in retrofit lib. A backend side field name has changed.
Is it possible to get response without model class?
Is it possible to get response without model class
If I get you right - sure. You do not have to make response JSON auto-converted. You can do this easily by hand if needed, by retrieving raw response. Once you got that you can do whatever you need.