Hey guys i need to pull data from an api xml response from Goodreads to my project database how to do that with my spring-boot project , and is there any way to get directly from the browser ?
Asked
Active
Viewed 816 times
0
-
Use any Rest Client API http://stackoverflow.com/questions/221442/rest-clients-for-java – Sagar Nov 14 '16 at 02:51
-
what is the best practice and REST CLIENT to use with Spring boot to learn more about it ? – Mohammed Adel Nov 14 '16 at 03:04
-
RestTemplate is a commonly used Spring API http://spring.io/blog/2009/03/27/rest-in-spring-3-resttemplate/ , there is nothing you need to do just because you are running it as spring-boot application – Sagar Nov 14 '16 at 03:32