[Feedback] src/jamf_pro_sdk/clients/pro_api/__init__.py may get unwieldy
还没有人认领这个 Issue。
评估
调研方向
阅读 src/jamf_pro_sdk/clients/pro_api/init.py,并跟踪现有 endpoint 函数如何通过 client.pro_api 暴露。定义用于对 computer_v1 等 endpoint 进行分组的模块结构和兼容性预期,然后验证最终的客户端 API 是否符合已达成共识的设计。
由索引模型根据 Issue 内容生成。
描述
Current
The current behaviour is to put all the functions for all the pro endpoints into the __init__.py file. I realise this allows calls like
ifrom jamf_pro_sdk import JamfProClient, BasicAuthProvider
client = JamfProClient(
server="dummy.jamfcloud.com",
credentials=BasicAuthProvider("username", "password")
)
all_computers = client.pro_api.get_computer_inventory_v1()
but when the number of endpoints gets high this file will grow to be difficult to deal with.
Proposed
I would propose that in the directory there could be a file computer_v1 which contains (among others) the function get_inventory then the call would be:
from jamf_pro_sdk import JamfProClient, BasicAuthProvider
client = JamfProClient(
server="dummy.jamfcloud.com",
credentials=BasicAuthProvider("username", "password")
)
all_computers = client.pro_api.computer_v1.get_inventory()
System Information
SDK version 4.0a
- 主要语言
- Python
- 星标
- 69
- 派生
- 16
- PR 合并指标
- 30 天内没有已合并 PR
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
macadmins/jamf-pro-sdk-python 的其他 Issue
-
enhancement
难度 5/5 一周以上 新手友好度 25/100
-
bug
macadmins/jamf-pro-sdk-python#68 · 1 条评论 · 已指派 1 人 ·
-
bug
难度 3/5 1-2 天 新手友好度 38/100
macadmins/jamf-pro-sdk-python#55 · 1 条评论 ·
-
enhancement
macadmins/jamf-pro-sdk-python#52 · 1 条评论 · 已指派 2 人 ·
-
enhancement feedback
macadmins/jamf-pro-sdk-python#33 · 4 条评论 · 已指派 1 人 ·
查看 macadmins/jamf-pro-sdk-python 的全部 Issue
相似的 Issue
-
bug
难度 2/5 1-3 小时 新手友好度 75/100
stephrobert/dsoxlab#238 ·
-
难度 2/5 1-3 小时 新手友好度 75/100
-
难度 2/5 1-3 小时 新手友好度 75/100
sublimehq/package_control#1780 ·
-
难度 2/5 1-3 小时 新手友好度 65/100
-
难度 2/5 1-3 小时 新手友好度 70/100
nwg-piotr/nwg-displays#145 ·