Interface OrganizationService


public interface OrganizationService
  • Method Summary

    Modifier and Type
    Method
    Description
    retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<Organization>>
    get()
     
  • Method Details

    • get

      @GET(".") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<Organization>> get()