Package 

Class RetrofitClient


  • 
    public class RetrofitClient
    
                        

    Created by Sensfrx on 03-08-2022. Copyright (c) 2022 SecureLayer7 Technologies. All rights reserved.

    • Method Summary

      Modifier and Type Method Description
      static RetrofitClient getInstance() Synchronized static methodResponsible to return Retrofit client instance
      ApiServices apiServices() ApiService interface where all the api's end point storedAnd all the request is define in the ApiService interface
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • apiServices

         ApiServices apiServices()

        ApiService interface where all the api's end point storedAnd all the request is define in the ApiService interface