Interface PlansService


  • public interface PlansService
    • Method Detail

      • get

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