This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.suresh.retrofitdemo | |
import retrofit2.Retrofit | |
import retrofit2.converter.gson.GsonConverterFactory | |
/** | |
* Created by Dumadu on 26-Oct-17. | |
*/ | |
public class ApiClient { | |
public var BASE_URL: String = "https://next.json-generator.com/api/json/get/" |