标签: android api retrofit2
我想整合所有的酒单屏幕。
我发现这是link,但我不明白我怎么称呼apis。
获得该列表的最佳方法是什么?
答案 0 :(得分:0)
您可以/应该{/ 3}}使用
然后你的电话会是这样的:
GET("/api/beta2/service.svc/format/resource") Call<ResponseBody> makeMyCall(@Query("apikey") key, /** ... parameters ... **/)