-
public class RetrofitClientCreated by Sensfrx on 03-08-2022. Copyright (c) 2022 SecureLayer7 Technologies. All rights reserved.
-
-
Method Summary
Modifier and Type Method Description static RetrofitClientgetInstance()Synchronized static methodResponsible to return Retrofit client instance ApiServicesapiServices()ApiService interface where all the api's end point storedAnd all the request is define in the ApiService interface -
-
Method Detail
-
getInstance
static RetrofitClient getInstance()
Synchronized static methodResponsible to return Retrofit client instance
-
apiServices
ApiServices apiServices()
ApiService interface where all the api's end point storedAnd all the request is define in the ApiService interface
-
-
-
-