Back
I have two questions:
I am trying to consume https://bitpay.com/api/rates, by following the tutorial from http://spring.io/guides/gs/consuming-rest/.
For me this worked
Object[] forNow = template.getForObject("URL", Object[].class); searchList= Arrays.asList(forNow);
Object[] forNow = template.getForObject("URL", Object[].class);
searchList= Arrays.asList(forNow);
Where Object is the class you want
31k questions
32.8k answers
501 comments
693 users