マージ済みのPR - takke/misskey4j GitHub Wiki
▼original json取得に対応 https://github.com/uakihir0/misskey4j/pull/8 pr_store_original_json
pick f06dd6c Provides raw json in Response
▼Emoji の修正 https://github.com/uakihir0/misskey4j/pull/9 pr_update_emoji_parser
pick 7b67600 Parse emojis in "name:url" format ▼name:url 形式の emoji に対応(EmojisDeserializer)
pick 1fd6ede Parse reactionEmojis for remote emojis ▼reactionEmojisのパース対応(Note)
▼Note にいくつかのプロパティを追加 https://github.com/uakihir0/misskey4j/pull/10 pr_add_note_properties
pick cb468e4 Add url and uri to Note (it seems to be remote users only) ▼Note.url と Note.uri のパースに対応
pick 7bfda0f Add localOnly to Note ▼Note.localOnly のパースに対応
---- ここまでPR済み。下記は上記のPRが必要なのでマージされてからPRする(2023/5/31) => マージされた(6/11) ----
▼@Nullable 追加 https://github.com/uakihir0/misskey4j/pull/11
pick 08066f3 Add @Nullable to Instance, Note, Notification, Poll, User
pick 11cba8f Fix NPE of Emoji.aliases
pick 8976320 change nullable annotation to jsr305.
pick 0108738 add missing import.
pick 5518352 Add @Nullable to Instance.faviconUrl
pick 9e91fe8 Add @Nullable to User.emojis
▼Emoji に width, height を追加 https://github.com/uakihir0/misskey4j/pull/12
pick 6a169b5 Add width, height to Emoji for calckey.jp
▼API notes/reactions に対応:リアクションしたノート一覧の取得 https://github.com/uakihir0/misskey4j/pull/13
pick 7bd26ab Add `notes/reactions`
▼API users/reactions に対応:ユーザーが付けたリアクション一覧の取得 https://github.com/uakihir0/misskey4j/pull/13
pick e909d7d Add `users/reactions`
---- ここまでPR済み。下記は上記のPRが必要なのでマージされてからPRする(2023/6/11) => マージされた(6/17) ----
#▼API notes/renotes に対応:リノート一覧の取得 https://github.com/uakihir0/misskey4j/pull/14
pick b0800ac Add `notes/renotes` (Request and Response are existed, just a method is missing)
#▼Notification のプロパティ追加 https://github.com/uakihir0/misskey4j/pull/15
pick 4e7a79b Add some properties to Notification
#▼チャンネル関連API追加 https://github.com/uakihir0/misskey4j/pull/17
pick 9b7440a Add `channels/followed`
pick 7d12871 Add `channels/timeline`
pick bfbfad5 Add `channels/owned`
pick 0a2e5cf Add `channels/show`
pick 0ae1cab Add channelId to `notes/create`
pick 40a1575 use jsr305 annotations: NotesCreateRequest
pick 9416f1b Add `channels/my-favorites`
pick 3f5b876 use jsr305 annotations: Channel
---- ここまでPR(6/17) マージ済み(6/24) ----