Skip to content

Instantly share code, notes, and snippets.

@MaxDavila
MaxDavila / Api.java
Created July 5, 2018 22:52 — forked from imminent/Api.java
Call retrying with Retrofit 2.0
package com.example.api;
import java.util.Map;
import retrofit.Call;
import retrofit.http.Body;
import retrofit.http.GET;
import retrofit.http.POST;
public interface Api {