Anyone faced this issue, where api response is no...
# android
r
Anyone faced this issue, where api response is not static but dynamic, like in case of 200 it will give full json response body and in case of 304 empty body and then there moshi throws exception. If anyone dealt with it before, I know we can write convertor but is there any other way.