Interface PeopleService


public interface PeopleService
  • Method Summary

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

    • get

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