microsoftgraph / microsoftgraph/msgraph-sdk-php

Missing programmatic endpoint for a team's root site

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

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

主要言語
PHP
スター
669
フォーク
150
平均マージ
15時間 21分
マージ済み PR(30日)
3

説明

The following endpoint

'https://graph.microsoft.com/v1.0/groups/' . $entityId . '/sites/root/'

which, for a Group that is a Microsoft 365 group, returns details of that team's root Sharepoint site, cannot be accessed programatically, only through

$context->groups()->byGroupId($entityId)->byUrl('https://graph.microsoft.com/v1.0/groups/' . $entityId . '/sites/root/')

There is a function sites()->getAllSites(), but it returns a bunch of sites without distinguishing which one is the root Sharepoint site of the group.

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

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

はじめの一歩

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

調査の方向性

まず groups()->byGroupId()->byUrl() のエントリポイントを追跡し、sites()->getAllSites() と比較します。その際、Microsoft Graph の groups/{id}/sites/root/ URL がどのように表現されているかに注目してください。完了の条件は、呼び出し元が専用の SDK パスを通じてチームのルート SharePoint サイトにプログラムからアクセスでき、そのエンドポイントのカバレッジがあることです。

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

評価

技術スタック
php
領域
api
issue の種類
機能追加
難易度
3/5
見積もり時間
1〜2日
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

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

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