Interface PlanService


public interface PlanService
  • Method Summary

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

    • get

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