Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

ReaderRevenueSubscriptionLinking: Unexpected POST Request Instead of PATCH When Calling `UpdateEntitlements`

オープン
#29,317 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
java
領域
api

調査の方向性

参照されているソース行にある SubscriptionLinking.java の生成された UpdateEntitlements メソッドから始め、次に NetHttpTransport と ApacheHttpTransport がリクエストをどのように構築するかを追跡します。記載されているライブラリバージョンで呼び出しを再現し、送出される HTTP メソッドを比較します。NetHttpTransport が ApacheHttpTransport と同様に UpdateEntitlements に対して PATCH を送信すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

priority: p3 type: feature request

When instantiating SubscribewithGoogle using com.google.api.client.http.javanet.NetHttpTransport, and calling the UpdateEntitlements method from the Reader Revenue Subscription Linking API (v1), a POST request is sent instead of the expected PATCH request.

Reference:
UpdateEntitlements method source
https://github.com/googleapis/google-api-java-client-services/blob/700b41fb705bb8b817f5d4103ccfed5f411866e6/clients/google-api-services-readerrevenuesubscriptionlinking/v1/2.0.0/com/google/api/services/readerrevenuesubscriptionlinking/v1/SubscriptionLinking.java#L649

Environment details
  1. OS Type and Version
    Windows 11 (64-bit)

  2. Java Version
    1.8.0_60
    Java(TM) SE Runtime Environment (build 1.8.0_60-b27)
    Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode)

  3. Library Versions

implementation 'com.google.api-client:google-api-client:2.6.0'
implementation 'com.google.auth:google-auth-library-oauth2-http:1.23.0'
implementation 'com.google.apis:google-api-services-androidpublisher:v3-rev20240709-2.0.0'
implementation 'com.google.apis:google-api-services-readerrevenuesubscriptionlinking:v1-rev20250611-2.0.0'
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
  1. Build Tools
  • Gradle 7.0.2
  • Apache Ant(TM) version 1.10.9
  • JVM: 1.8.0_60 (Oracle Corporation 25.60-b23)
Steps to reproduce
  1. Instantiate SubscribewithGoogle using com.google.api.client.http.javanet.NetHttpTransport.
  2. Call the UpdateEntitlements method from the Reader Revenue Subscription Linking API v1.
Any additional information below

Additionally, although deprecated, we confirmed that using an instance of com.google.api.client.http.apache.ApacheHttpTransport results in a PATCH request being sent as expected.

主要言語
Java
スター
725
フォーク
394
平均マージ
45分
マージ済み PR(30日)
240

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

googleapis/google-api-java-client-services のほかの issue

googleapis/google-api-java-client-services の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。