I have following url http://54.169.227.89:90/DataAccessService.svc/GetProducts/2 which i wanted to use i retrofit get method How to append 2 which is company id which i get from sharepreference during login
Here is ma interface code
public interface ProductsGet {
String Company_id = OrderApplication.CompanyID_New;
@GET("/DataAccessService.svc/GetProducts/")
public void getProducts( Callback<List<ProductsNew>> response);
}
> groupList(@Path("id") int groupId);`* ... this is on http://square.github.io/retrofit/ website ... and i think that lack of reading skill disqualifies from programming, that's it, nothing personal
– Selvin May 09 '16 at 11:25> response);
– Prachi Karapurkar May 09 '16 at 11:29