OSDN Git Service

PostMultipartRequestクラスを追加
[opentween/open-tween.git] / OpenTween / Api /
2023-12-11 upsilonMerge pull request #278 from opentween/api-connection
2023-12-11 Kimura YouichiIApiConnectionLegacy.DeleteAsyncを使用している箇所をDeleteRequestに移行
2023-12-11 Kimura YouichiIApiConnectionLegacy.PostJsonAsyncを使用している箇所をPostJsonReq...
2023-12-11 upsilonMerge pull request #277 from opentween/graphql-quoted...
2023-12-11 Kimura YouichiTimelineTweetに含まれる引用ツイートの取得に対応
2023-12-10 upsilonMerge pull request #275 from opentween/api-connection
2023-12-10 Kimura YouichiITwitterCredential.AuthTypeを追加
2023-12-10 Kimura YouichiTwitterApiクラスの初期値としてTwitterCredentialNoneを使用する
2023-12-10 Kimura YouichiITwitterCredentialとアクセス手段ごとの具象クラスを追加
2023-12-10 upsilonMerge pull request #274 from opentween/api-connection
2023-12-10 Kimura YouichiGraphQL関連のリクエストにPostJsonRequestクラスを使用する
2023-12-08 upsilonMerge pull request #273 from opentween/api-connection
2023-12-08 Kimura YouichiUserTweetsAndRepliesの取得に新しいIApiConnectionを使用する
2023-12-08 Kimura YouichiUserByScreenNameの取得に新しいIApiConnectionを使用する
2023-12-08 Kimura YouichiTweetDetailの取得に新しいIApiConnectionを使用する
2023-12-08 Kimura YouichiSearchTimelineの取得に新しいIApiConnectionを使用する
2023-12-08 Kimura YouichiListLatestTweetsTimelineの取得に新しいIApiConnectionを使用する
2023-12-08 Kimura YouichiIApiConnectionをIApiConnectionLegacyに名前変更
2023-12-06 upsilonMerge pull request #270 from opentween/update-nuget...
2023-12-06 Kimura Youichirequired修飾子の順序を修正 (SA1206)
2023-12-02 upsilonMerge pull request #265 from opentween/httpclient-builder
2023-12-02 Kimura YouichiHttpClientBuilderクラスを追加
2023-12-02 upsilonMerge pull request #263 from opentween/fix-entity-witho...
2023-12-02 Kimura Youichidisplay_url, expanded_url の不足したEntityでエラーになる不具合を修正
2023-12-02 Kimura YouichiTwitterEntityUrl.DisplayUrl, ExpandedUrl をNullableに変更
2023-12-01 upsilonMerge pull request #262 from opentween/graphql-ratelimit
2023-12-01 Kimura Youichigraphqlエンドポイントに対するレートリミットの表示に対応
2023-11-29 upsilonMerge pull request #260 from opentween/graphql-cursor-top
2023-11-28 Kimura Youichicursorを使用した新着投稿の取得に対応
2023-11-28 upsilonMerge pull request #257 from opentween/user-tweets...
2023-11-28 Kimura Youichiユーザータイムラインにリプライが含まれない不具合を修正
2023-11-26 upsilonMerge pull request #254 from opentween/handle-suspended...
2023-11-25 Kimura Youichi凍結されたユーザーのプロフィール情報取得時のエラー表示に対応
2023-11-25 Kimura Youichi凍結されたユーザーのツイートに対するエラー表示に対応
2023-11-24 upsilonMerge pull request #251 from opentween/user-timeline
2023-11-24 Kimura Youichigraphqlエンドポイントを使用したユーザータイムラインの取得に対応
2023-11-24 Kimura Youichigraphqlエンドポイントを使用したプロフィール情報の取得に対応
2023-11-20 upsilonMerge pull request #248 from opentween/fix-search-error
2023-11-20 Kimura YouichiAPIレスポンスにerrorsとdataの両方を含む場合はエラーを無視する
2023-11-20 upsilonMerge pull request #247 from opentween/adjust-promotion...
2023-11-20 Kimura Youichi各タブのOldestIdの型にPostIdを使用する
2023-11-17 upsilonMerge pull request #246 from opentween/graphql-public...
2023-11-17 Kimura Youichigraphqlエンドポイントを使用した検索タイムラインの取得に対応
2023-11-17 Kimura YouichiPromoted Tweetの表示に対応
2023-11-13 upsilonMerge pull request #245 from opentween/fix-stream-error
2023-11-13 Kimura YouichiJsonReaderWriterFactoryで発生するIOExceptionを適切にハンドルできていない不具合を修正
2023-07-19 upsilonMerge pull request #238 from opentween/fix-self-thread
2023-07-19 Kimura YouichiSelfThreadのツイートを取得できない不具合を修正
2023-07-18 upsilonMerge pull request #233 from opentween/handle-graphql...
2023-07-18 Kimura Youichigraphqlエンドポイントがエラーを返した場合にWebApiExceptionを発生させる
2023-07-17 upsilonMerge pull request #232 from opentween/ignore-stream...
2023-07-17 Kimura YouichiListLatestTweetsTimelineRequestで時々報告されるNotSupportedExce...
2023-07-16 upsilonMerge pull request #230 from opentween/tweet-detail
2023-07-16 Kimura YouichiTweetDetailを使用したツイートの取得に対応
2023-07-16 upsilonMerge pull request #229 from opentween/create-retweet
2023-07-16 Kimura YouichiDeleteRetweetを使用したリツイートの取消に対応
2023-07-16 Kimura YouichiCreateRetweetを使用したリツイートに対応
2023-07-16 upsilonMerge pull request #228 from opentween/delete-tweet
2023-07-16 Kimura YouichiDeleteTweetを使用したツイートの削除に対応
2023-07-16 Kimura YouichiCreateTweetRequestの不足しているパラメータを追加
2023-07-16 upsilonMerge pull request #227 from opentween/graphql-create...
2023-07-16 Kimura YouichiCreateTweetRequestを実装
2023-07-07 upsilonMerge pull request #224 from opentween/tabmodel-cursor
2023-07-07 Kimura YouichiTimelineTimelineCursorを使用した過去ツイートの取得に対応
2023-07-06 upsilonMerge pull request #222 from opentween/fix-tweet-with...
2023-07-05 Kimura Youichiリプライ制限されたツイートのRTがParseTweetでエラーになる不具合の修正
2023-07-06 upsilonMerge pull request #219 from opentween/fix-graphql...
2023-07-06 upsilonMerge pull request #215 from opentween/log-error-tweets
2023-07-06 upsilonMerge pull request #214 from opentween/tweet-with-visib...
2023-07-04 Kimura Youichigraphqlのレスポンス読み込み中に発生したIOExceptionがハンドルされない不具合を修正
2023-07-04 Kimura YouichiTimelineTweetのパース失敗時にレスポンスのJSONをErrorLogsに書き出す
2023-07-04 Kimura YouichiTweetWithVisibilityResultsに含まれるツイートの読み込みに対応
2023-07-04 upsilonMerge pull request #212 from opentween/graphql
2023-07-04 Kimura Youichigraphqlエンドポイントを使用したリストのタイムライン取得に対応
2023-07-02 upsilonMerge pull request #210 from opentween/csharp11
2023-07-02 Kimura YouichiRaw string literalsを使用する
2023-07-02 upsilonMerge pull request #209 from opentween/postid
2023-07-01 Kimura Youichi発言IDを表現するPostIdクラスを追加
2023-06-25 upsilonMerge pull request #208 from opentween/postclass-record
2023-06-25 Kimura YouichiTwitterPostFactoryでのPostClassインスタンスの生成にオブジェクト初期化子を使用する
2023-06-15 upsilonMerge pull request #202 from opentween/fix-timeline...
2023-06-15 upsilonMerge pull request #199 from opentween/option-for-built...
2023-06-15 Kimura YouichiTwitterApi.AppTokenプロパティをpublicに変更
2023-06-15 Kimura YouichiConsumerKey/ConsumerSecret未指定の場合にOpenTweenのAPIキーを使用する
2023-01-22 upsilonMerge pull request #191 from opentween/api-auth-next...
2023-01-22 Kimura Youichiアカウント追加時に任意のConsumer Keyを設定可能にする
2023-01-14 upsilonMerge pull request #185 from opentween/show-error-detai...
2023-01-14 Kimura Youichiアカウント追加時の認可関連のエラーメッセージをより詳細にする
2022-08-04 upsilonMerge pull request #160 from opentween/fix-error-on...
2022-08-04 Kimura Youichi発言本文の翻訳時に発生したエラーが適切に処理されない不具合を修正
2022-07-29 upsilonMerge pull request #154 from opentween/fix-error-on...
2022-07-29 Kimura Youichiホームタイムラインの読込時に data フィールドが null になっていた場合は無視する
2022-07-07 upsilonMerge pull request #139 from opentween/home-timeline...
2022-07-07 Kimura YouichiRecentタブのツイート取得にTwitter API v2を使用する
2022-03-29 upsilonMerge pull request #130 from opentween/csharp10
2022-03-29 Kimura Youichiレコード型を使用する
2022-03-27 Kimura Youichi簡略化した new 式を使用する (IDE0090)
2022-02-28 upsilonMerge pull request #119 from kzrnm/feature/status_url
2022-02-28 upsilonMerge pull request #120 from opentween/stylecop
2022-02-28 Kimura Youichiファイル名とクラス名の不一致を修正 (SA1649)
next