What are the two key things Retrofit needs to build a web-services API?
(Choose
1
A. The base URI for the web service and a GET query
answer)
B. The base URI for the web service and a converter factory
C. A network connection to the web service and an authorization token
D. A converter factory and a parser for the response
Ext 39