使用Python进行POST / POLL / GET

问题描述 投票:0回答:1

我如何使用python将图像(图像的URL链接)提交给API,轮询作业完成并从完成的作业中获取结果(另一个图像)?我可以采取哪些步骤来做到这一点?我也有API的用户名和密码。

python python-3.x post get polling
1个回答
2
投票

你应该看看requests库。它包含authentication以及制作POST and GET requests所需的所有信息,前提是您有要使用的API的文档

© www.soinside.com 2019 - 2024. All rights reserved.