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

Upgrade Analytics OAuth support

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

メンテナーはふだん 1 日以内に返信

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

評価

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

調査の方向性

まず、生成された Analytics management and reporting API のコードと依存関係の宣言を探します。古い Credential 型と StoredCredential 型が使用されている箇所を確認し、その後 Google Ads の認証設定と比較します。Analytics が UserCredentials を使用し、不要な google-oauth-client と google-api-client の依存関係が不要になれば完了です。

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

説明

priority: p3 type: feature request

The Google Ads API moved to the google-auth-library-* libraries.
The Analytics API (we are using management and reporting) stayed at the google-oauth-client library.

So when using Google Ads API in conjunction with the Analytics API we have to convert the "old" Credential/StoredCredential to the "new" UserCredentials. Additionally, we have two libs on the classpath we don't need:
com.google.oauth-client:google-oauth-client
com.google.api-client:google-api-client

Please upgrade the Analytics APIs to the "new" UserCredentials.

主要言語
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 を短くまとめたダイジェスト。