Skip to content

[Chore/#78] api-client 수정#80

Merged
skyblue1232 merged 1 commit intodevelopfrom
setting/#78/api-query-factory
Mar 31, 2026
Merged

[Chore/#78] api-client 수정#80
skyblue1232 merged 1 commit intodevelopfrom
setting/#78/api-query-factory

Conversation

@skyblue1232
Copy link
Copy Markdown
Contributor

@skyblue1232 skyblue1232 commented Mar 31, 2026

apiClient 수정

Fixes #78

Summary by CodeRabbit

릴리스 노트

  • 변경 사항
    • API 패키지의 공개 인터페이스가 재구성되었습니다. 일부 타입 및 함수의 내보내기 경로가 변경되었을 수 있으므로, 필요한 경우 임포트 문을 업데이트해주세요.

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
compasser-customer Ready Ready Preview, Comment Mar 31, 2026 11:12am
compasser-owner Ready Ready Preview, Comment Mar 31, 2026 11:12am

@github-actions github-actions bot added the setting 세팅 관련 (라이브러리, 유효성 변경 등) label Mar 31, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 31, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dea708f7-1462-4109-a1eb-6a13686bcf1d

📥 Commits

Reviewing files that changed from the base of the PR and between a6caef7 and 9f80070.

📒 Files selected for processing (2)
  • packages/api/src/core/apiClient.ts
  • packages/api/src/index.ts

📝 Walkthrough

Walkthrough

API 패키지의 최상위 공개 exports를 업데이트하여 ./core/http 모듈의 re-export를 제거하고 ./core/apiClient 모듈의 re-export를 추가했습니다. 다른 기존 re-exports는 변경되지 않았습니다.

Changes

Cohort / File(s) Summary
Core Module Export Change
packages/api/src/index.ts
./core/http에서의 re-export를 ./core/apiClient로 변경하여 공개 API 진입점 수정

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 한 줄 지우고 한 줄 더하니,
apiClient가 이제 빛을 내네,
http는 물러나고 새로운 길 열려,
exports의 춤은 계속된다네! ✨

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch setting/#78/api-query-factory

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@skyblue1232 skyblue1232 merged commit 776a49a into develop Mar 31, 2026
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 자잘한 수정 setting 세팅 관련 (라이브러리, 유효성 변경 등)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Setting] API 패키지화 및 React Query 팩토리 구조 설정

1 participant