Skip to content

docs(examples): drop stale sendOne note from send_sms comment#152

Merged
Palbahngmiyine merged 1 commit intosolapi:betafrom
Palbahngmiyine:sync/beta-sendOne-cleanup
Apr 17, 2026
Merged

docs(examples): drop stale sendOne note from send_sms comment#152
Palbahngmiyine merged 1 commit intosolapi:betafrom
Palbahngmiyine:sync/beta-sendOne-cleanup

Conversation

@Palbahngmiyine
Copy link
Copy Markdown
Member

@Palbahngmiyine Palbahngmiyine commented Apr 17, 2026

Summary

examples/javascript/common/src/sms/send_sms.js의 stale 주석 한 줄을 정리합니다.

  • sendOne/sendOneFuture 메서드는 이미 send로 통합되어 있어, "send 메소드로도 동일하게 사용가능" 안내 문구(line 11)는 의미가 사라졌습니다.
  • 해당 문구만 제거하여 현재 API 사양(send만 존재)과 일치시킵니다.

Changes

  • examples/javascript/common/src/sms/send_sms.js (1 line)
    • // 단일 발송 예제, send 메소드로도 동일하게 사용가능// 단일 발송 예제

Test plan

  • rg "sendOne|sendOneFuture|send 메소드로도" examples → 0건
  • 타입/소스 변경 없음 (주석 한 줄만 수정)

🤖 Generated with Claude Code

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request refactors error handling and cleans up the codebase. Key changes include the removal of the runSafeSync utility and its tests, the extraction of network retry logic into a helper function in defaultFetcher.ts, and the enhancement of decodeWithBadRequest to provide structured validation errors using Effect's ParseResult formatters. Additionally, a new @errors path alias was added to tsconfig.json, and various redundant comments and import paths were cleaned up across the project. I have no feedback to provide.

sendOne/sendOneFuture 메서드는 이미 제거되어 `send`로 통합되었으므로
"send 메소드로도 동일하게 사용가능" 주석 문구는 의미가 사라졌습니다.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@Palbahngmiyine Palbahngmiyine force-pushed the sync/beta-sendOne-cleanup branch from 4f9564d to 6ef3982 Compare April 17, 2026 05:04
@Palbahngmiyine Palbahngmiyine changed the title chore: sync fork master to beta (sendOne 잔재 정리 + dead code + CI 통합) docs(examples): drop stale sendOne note from send_sms comment Apr 17, 2026
@Palbahngmiyine Palbahngmiyine merged commit 92f6dfb into solapi:beta Apr 17, 2026
6 checks passed
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.

1 participant