Retrofit 2 — Ignore Response Payload with Call<Void>
In most cases, the server response payload to our request is the sole reason why we made the request. However, in some rare cases it doesn't matter to us at all. If you have an endpoint where you completely ignore the response payload (besides the status codes and headers), you …
Continue Reading