(Choose 2 answers)
How do you add a query option to a REST web-service call in Retrofit?.
A. Append the query to the end of the request URL.
B. Add a parameter for the query to the function that makes the request and annotate the parameter with @Query.
C. Use the Query class to build a request.
D. Use the addQuery() method in the Retrofit builder.
Π
31