microsoftgraph / microsoftgraph/msgraph-sdk-php
V2 pagination with getValue unclear
まだ誰も着手していません。
- 主要言語
- PHP
- スター
- 669
- フォーク
- 150
- 平均マージ
- 15時間 21分
- マージ済み PR(30日)
- 3
説明
The documentation Get a collection of items mentions paging, but the example and code are not entirely clear here.
The call $messages->getValue() from the example would return a native php array type.
Is that array already filled with all items from all pages? Is that guaranteed? Or do I only get a single page here?
On a side note, it might have been better to return a \Generator that can be iterated over, independent on the page size, that will simply call the next page when it's its turn.
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
docs/Examples.md のページネーションのセクション、特に「Get a collection of items」の例とその $messages->getValue() 呼び出しから始めてください。SDK 内の関連するページネーション動作を追跡し、getValue() に含まれるのが 1 ページなのかすべてのページなのかを文書化して、例を明確にしてください。要求されている Generator のアイデアは別途検討するものです。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- php
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 30/100