如何使用 python 部署到 Salesforce 自定义对象元数据?
我似乎可以与 Salesforce 通信 元数据 API 仅使用 SOAP python 客户端(suds?)
有吗更优雅的方式?我了解
但我找不到任何示例或文档参考。
任何建议、参考或示例将不胜感激!
谢谢
It seems I can communicate with Salesforce Metadata API just using SOAP python client (suds?)
Is there any more elegant way? I know about
but I could not find any example or documentation reference..
Any suggestion, reference or example would be appreciated!
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Salesforce 确实有 REST API,但据我所知,现阶段元数据操作是有限的并且也是只读的,因此使用 SOAP 是前进的方向。
您链接到的两个项目似乎是常规 salesforce API 和批量数据 API 的包装器,也就是说,源代码是可用的,所以也许您可以改编一个?或者等Superfell回答吧,貌似beatbox是他写的!
Salesforce does have a REST API but as far as I'm aware at this stage, the metadata operations are limited and also read-only, so using SOAP is the way forward.
The two projects you've linked to appear to be wrappers for the regular salesforce API and the bulk data API, that said, the source is available so maybe you could adapt one? Or wait for Superfell to answer, looks like he wrote the beatbox one!