•  @GET(“photo/{id}”} fun listPhotos(@Path(“id”) id:Long?) : Call
  •  @LIST(“photo”) fun listPhotos() : Call<List>
  •  @GET(“photo”) fun listPhotos() : Call
  •  @GET(“photo”) fun listPhotos() : Call<List>

By Neha S

Leave a Reply

Your email address will not be published. Required fields are marked *