Interface AttachmentsService


public interface AttachmentsService
  • Method Summary

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

    • get

      @GET(".") retrofit2.Call<com.github.jasminb.jsonapi.JSONAPIDocument<List<Attachment>>> get()