Skip to content

Instantly share code, notes, and snippets.

View PatelShakil's full-sized avatar

Patel Shakil PatelShakil

View GitHub Profile
@AD1993
AD1993 / RestCalls
Created January 5, 2018 09:16
BOMBitUP - OTP apis calls
import android.util.Log;
import org.json.JSONObject;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import okhttp3.Call;
import okhttp3.Callback;
import okhttp3.Headers;
import okhttp3.MediaType;