Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat/#8] 알라딘 api 연결, 책 리스트 검색 기능 구현 #14

Open
wants to merge 16 commits into
base: main
Choose a base branch
from

Conversation

silkair
Copy link

@silkair silkair commented Dec 3, 2024

✅ PR 타입(하나 이상의 PR 타입을 선택해주세요)

  • [✅] 기능 구현
  • 문서화
  • 리팩토링
  • [✅] 이슈해결(오류해결)
  • 의존성, 환경 변수, 빌드 관련 환경설정

연결된 issue

feat 8 알라딘 api 연결
close #



💻작업사항

필요시 실행결과 스크린샷 첨부

image
image

알라딘api에서 제공해줄 때 기본값으로 xml 형식으로 책 정보를 반환
이를 json 형식으로 받아주는 로직 구현

  1. 요청 url 디버깅 확인해보니 사진 1과 같이 xml 형식으로 오류 코드가 반환
  2. postman에서 테스트 진행해보니 사진 2와 같이 json 형식의 500 오류 발생 (swagger 도 마찬가지)
  3. spring boot 로그에서는 json 형식을 요청했으나 xml 응답이 왔다며 오류 발생


💡작성한 이슈 외에 작업한 사항


🩷 Approve 하기 전 확인해주세요!

리뷰어가 확인해줬으면 하는 사항 적어주세요.


@silkair silkair linked an issue Dec 3, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 도서 검색 api 연동
1 participant