TPy:TargetProcess API的Python包装器

presidency91240 5 0 zip 2024-08-01 07:08:51

TPy是API的Python包装器。它使与REST API的接口更容易。请注意:TPy目前正在积极开发中。此README中概述的功能不完整,而是代表包装器的最终愿景。此库尚未准备好使用。


import tpy

# Authenticate with an API key...

tp = tpy.TargetProcess('http://demo.tpondemand.com/', api_key=BLAH)

# or Basic auth...

tp = tpy.TargetProcess('http://demo.tpondemand.com/', username=admin, password=supersecret)

# loop through our stories for story i

想进一步了解其他Python API包装器吗?或许你会对这些资源感兴趣:

探索这些资源,发现更多惊喜!你的下一个项目可能就藏在这些链接中!

用户评论
请输入评论内容
评分:
暂无评论