docs: add a reproducible Seoul subway verification sample (#4) - #5
Merged
Merged
Conversation
The per-station arrival API (realtimeStationArrival) still needs a real key (sample key returns ERROR-336), but the sibling realtimePosition API returns live train positions with the sample key when the range is exactly 0/5. Verified 2026-09-19 against Line 1 (78-79 trains) and Line 2 (37 trains): INFO-000 with subwayNm/statnNm/trainNo/recptnDt. Adds the command, expected fields, sample-key range quirk, and how to tell empty response vs auth error vs overseas-runner blocking. Updates the README verification matrix, CHANGELOG, and the feature guide note.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes #4.
確認したもの
realtimePositionがサンプルキーのまま動くことを 2026-09-19 に実測。INFO-000, 走行中78〜79編成(例: 종로3가駅, trainNo 0638, recptnDt 2026-09-19 12:43:42)INFO-000, 37編成ERROR-336で、従来どおり無料の実キーが必要(今回も再現)。変更内容
seoul-subway/SKILL.mdに「再現可能な実データ確認例」を追加: 実行コマンド・期待する主要フィールド・確認日、サンプルキーの範囲癖(0/5ちょうどのみ成功)、空レスポンス/認証エラー/海外ランナー制限の見分け方完了条件
scripts/lint-skills.sh通過