()
| 37 | } |
| 38 | |
| 39 | private static OkHttp get() { |
| 40 | return Loader.INSTANCE; |
| 41 | } |
| 42 | |
| 43 | public static Response newCall(String url, String tag) throws IOException { |
| 44 | return client().newCall(new Request.Builder().url(url).tag(tag).build()).execute(); |
no outgoing calls
no test coverage detected