Spring boot project application, using request http connection feature to the another restful API and consuming in our restful API with Retrofit and Coroutines Library
- Spring Boot
- Retrofit
- Coroutine
This project call http request connection from the restful API website https://cataas.com
- Method :
GET
- Endpoint :
api/v1/cat
- Header :
- accept : application/json
- Body :
{
"message": "string",
"data": {
"id" : "string",
"createdAt": "string",
"tags" : ["string"],
"url": "string"
}
}