Interface PlansService


public interface PlansService
  • Method Summary

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

    • get

      @GET("?include=contributors,my_schedules,plan_times,series") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Plan>>> get()
    • get

      @GET(".") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Plan>>> get(@QueryMap Map<String,String> paramsMap)