-
Notifications
You must be signed in to change notification settings - Fork 9
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
[standard-action-handler] API 응답 일반화 노출 기능을 추가합니다. #2947
Conversation
release-canary |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2947 +/- ##
==========================================
- Coverage 12.20% 12.16% -0.05%
==========================================
Files 685 686 +1
Lines 36134 36266 +132
Branches 8926 8961 +35
==========================================
Hits 4410 4410
- Misses 31717 31849 +132
Partials 7 7
☔ View full report in Codecov by Sentry. |
release-canary |
v13.7.1-pr-2947.2 has been published! |
release-canary |
v13.7.1-pr-2947.3 has been published! |
release-canary |
v13.7.1-pr-2947.4 has been published! |
release-canary |
v13.7.1-pr-2947.5 has been published! |
release-canary |
v13.7.1-pr-2947.6 has been published! |
@@ -46,7 +46,7 @@ jobs: | |||
with: | |||
node-version: ${{ env.NODE_VERSION }} | |||
registry-url: ${{ env.NPM_REGISTRY_URL }} | |||
cache: 'pnpm' | |||
# cache: 'pnpm' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actions/setup-node#801 이슈로 주석처리 했습니다.
Readme에도 추가해주시면 좋을 것 같습니다~! |
기능 이름이 |
API를 호출하고 반환된 응답을 화면에 보여주는 동작이 해당 기능의 주 목적입니다. 아래의 단어들로 정의하기에는 너무 기능에 초점이 맞춰져있는 것 같아서 제외했습니다.
더 좋은 함수명이 있다면 제안 부탁드립니다 🙇♂️ @guswl98 |
아 대화하다의 |
PR 설명
API 호출 및 응답을 모달로 확인할 수 있는 기능을 추가합니다.
자세한 내용은 스펙 문서에서 확인하실 수 있습니다.
기존 fetch-api 기능과 차이점
fetch-api
는 호출만 담당하지만converse
는 API 반환 값을 이용해 모달을 노출하는 기능까지 포함되어있습니다.사용법
어드민에서 응답을 받고싶은 API endpoint를 입력합니다.
형식 :
/web-action/converse?path={인코딩된 API endpoint}
예시 :
/web-action/converse?path=%2Fapi%2Fbenefit%2Ftna-promotions%2Ffirst-buy
변경 내역
API 응답 일반화 노출 기능을 추가합니다.
스크린샷 & URL
2023-10-24.10.16.43.mov