public interface PlansService
retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Plan>>>
get()
get(Map<String,String> paramsMap)
@GET(value="?include=contributors,my_schedules,plan_times,series") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Plan>>> get()
@GET(value=".") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Plan>>> get(@QueryMap Map<String,String> paramsMap)
Copyright © 2025. All rights reserved.