You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ResponseEntity<String> response = restTemplate.exchange(
requestUrl, // 요청을 보낼 url HttpMethod.POST, // Request Methodrequest, // RequestBodyUserInformationDto.clas// 반환될 타입의 object class
);
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
방법1) 사용자 액세스 토큰 방식
방법2) 서비스 앱 어드민 키 방식
Kakao Developers docs
docs 설명
카카오에 요청을 보냄
요청 정보
응답 정보
예시
코드 구현
url yml로 등록
HttpEntity를 사용한 Request 만들기 (참고 자료)
doExecute
에 HashMap을 지원하는 컨버터가 없기 때문restTemplate
을 통한 Http 요청 및 리턴 값 response로 만들기Beta Was this translation helpful? Give feedback.
All reactions