Interface ItemsService


public interface ItemsService
  • Method Summary

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

    • get

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