@GET("{path}/venues/") Observable <ArrayList<Venue>> getVenuesForPath(@Path(value = "path", encoded = true) String path);. When I call the above ...
確定! 回上一頁