Interface ItemsService


  • public interface ItemsService
    • Method Detail

      • get

        @GET("?include=arrangement,item_notes,item_times,key,media,selected_attachment,song")
        retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Item>>> get()