Interface CompanyService


public interface CompanyService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<Company>
    get()
     
  • Method Details

    • get

      @GET("company") retrofit2.Call<Company> get()