Interface MediaService


public interface MediaService
  • Method Summary

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

    • get

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