Skip to content

Instantly share code, notes, and snippets.

@seans2s
seans2s / Api.java
Created September 20, 2017 08:11 — 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 {