Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
devkingsejong님 안녕하세요.
여유있으실 때 검토해 주시길 부탁드립니다.
아래는 제가 작업하면서 메모해놓은 코드 보완 내역입니다.
delete_master_report_all 명령 혹은 get_master_report_list 명령과 같이 정상 통신해도
응답값에 json이 포함되지 않아서 예외 발생해서 오류로 오인하게 하는 문제 개선
네이버 json 반환값이 list인 경우를 무시하고 dict만 반환한다는 전제 확장
BI 도구가 통신 결과를 정확히 이해하기 위해서 r.status_code == 400 이어서 r.ok == false인
경우에도 text의 code와 message 전달하도록 개선
BI 친화적이기 위해서 transation_id를 항상 처리하도록 개선
master stat 보고서 다운로드 기능 추가
CreateMasterReportObject의 fromtime 인수를 API가 허용하는 형식으로 전처리 코드 추가
계정정보 노출 주석 삭제delete_master_report_all 명령 혹은 get_master_report_list 명령과 같이 정상 통신해도
응답값에 json이 포함되지 않아서 예외 발생해서 오류로 오인하게 하는 문제 개선
네이버 json 반환값이 list인 경우를 무시하고 dict만 반환한다는 전제 확장
BI 도구가 통신 결과를 정확히 이해하기 위해서 r.status_code == 400 이어서 r.ok == false인
경우에도 text의 code와 message 전달하도록 개선
BI 친화적이기 위해서 transation_id를 항상 처리하도록 개선
master stat 보고서 다운로드 기능 추가
CreateMasterReportObject의 fromtime 인수를 API가 허용하는 형식으로 전처리 코드 추가
계정정보 노출 주석 삭제