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 摘要。