An open API service indexing awesome lists of open source software.

https://github.com/saitejesh12345/resttemplate2-using-getforobject

steps of consuming the external rest API in Springboot. Learn how to consume external REST API using RestTemplate in springboot. Also we will see how we can use ObjectMapper for RestTemplate.
https://github.com/saitejesh12345/resttemplate2-using-getforobject

Last synced: 4 months ago
JSON representation

steps of consuming the external rest API in Springboot. Learn how to consume external REST API using RestTemplate in springboot. Also we will see how we can use ObjectMapper for RestTemplate.

Awesome Lists containing this project

README

        

# RestTemplate2-using-getForObject
steps of consuming the external rest API in Springboot. Learn how to consume external REST API using RestTemplate in springboot. Also we will see how we can use ObjectMapper for RestTemplate.



# Countries and city API Link below
https://countriesnow.space/api/v0.1/c...

# All kind of API related to Countries and city Link below
https://documenter.getpostman.com/vie...

# outputs
![image](https://github.com/saitejesh12345/RestTemplate2-using-getForObject/assets/108732167/e6a30a07-614a-4e36-85f1-b8215498fa5c)

![image](https://github.com/saitejesh12345/RestTemplate2-using-getForObject/assets/108732167/0144ec38-d8e9-4e5c-9072-e1405b9433f2)

**Project Video : https://youtu.be/fQxCuSpc3PY**