Question: You need to retrieve a list of photos from an API. Which code snippet defines an HTML GET request in Retrofit?
- @GET("photo/{id}"}
- @LIST("photo")
- @GET("photo")
- @GET("photo")
Answer: The correct answer of the above question is Option D:@GET("photo")