feat(api): ユーザーメニュー向け API を追加 (following/update, update-memo, antenna show/update)#15
Merged
Conversation
… show/update) NoteDeck Issue #458 のユーザープロフィール「…」メニュー拡充に必要な typed クライアントメソッドを追加。 - update_following: notify / withReplies オプション付きフォロー更新 - update_user_memo: ユーザーへの自分用メモ (users/update-memo) - get_antenna / update_antenna: antennas/show + update (full entity 往復) - search_notes: SearchOptions に user_id を追加し notes/search を userId で絞れるように - Antenna 型を full entity (src/users/keywords/notify 等) に拡張 - NormalizedUserDetail / RawUserDetail に memo / notify / withReplies を追加 wiremock テスト 7 件追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
hitalin
added a commit
to hitalin/notedeck
that referenced
this pull request
Jun 6, 2026
hitalin/notecli#15 が main にマージされたため、feature ブランチの commit から main HEAD (c3f13d8) に rev を更新する。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This was referenced Jun 6, 2026
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.
概要
NoteDeck Issue #458 のユーザープロフィール「…」メニュー拡充に必要な typed クライアントメソッドを追加する。
追加 API
update_followingfollowing/updateupdate_user_memousers/update-memoget_antennaantennas/showupdate_antennaantennas/updatesearch_notes(拡張)notes/searchSearchOptions.user_idで userId 絞り込み型変更
Antennaを full entity (src/users/keywords/notify等) に拡張。antennas/listは元々全フィールドを返すため list 消費側も恩恵。NormalizedUserDetail/RawUserDetailにmemo/notify/with_repliesを追加。テスト
wiremock テスト 7 件追加 (リクエストボディ検証含む)。
cargo test --features spectaで 151 tests green。🤖 Generated with Claude Code