microsoftgraph / microsoftgraph/msgraph-sdk-python

Question: How do I construct the delta research query ?

未關閉
#507 2 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

主要語言
Python
星號
630
分支
96
平均合併
15 小時 20 分鐘
30 天內合併 PR
3

描述

This library looks like lacking many more examples of less simplistic queries using graph api for Python .

I am trying to understand how I can delta sync the data using DeltaRequestBuilder that is advocated so much in the documentation, but after installing this package I cannot even find how to import this module from msgraph.
I know I can use another library msgraph-core but it is not ideal either and most examples in Microsoft docs exemplify this library. They do not, however, direct to some comprehensive documentation (or I did not find this).
Beyond that, for my pipeline I need to know how do I rewrite the following HTTP call in the modules of this library:
f"/users/{user_principal_name}/drive/root:/{FolderName}:/children".

Thanks in advance for any response.

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

研究方向

先找出套件對 DeltaRequestBuilder 和 msgraph 匯入路徑所提供的文件化或匯出支援,然後將其與所參照的 Microsoft 範例和 msgraph-core 進行比較。追蹤涉及 /users/{user_principal_name}/drive/root:/{FolderName}:/children 請求的模組。完成的判定標準是文件說明 delta 查詢、匯入,以及程式庫中對應的入口點,並提供可運作的範例。

由索引模型根據 Issue 內容生成。

評估

技術堆疊
python
領域
api, documentation
Issue 類型
文件
難度
4/5
預估耗時
3-5 天
活躍度
停滯
描述清晰度
需要釐清
新手友好度
25/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。