Questions tagged «ibm-cloud»

3
使用需要承载令牌的API在Python中进行API调用
在将JSON API调用集成到Python程序中寻求帮助。 我希望将以下API集成到Python .py程序中,以允许调用它并打印响应。 API指南指出,必须生成一个承载令牌才能允许对API的调用,而我已经成功完成了该调用。但是,我不确定在Python API请求中将此令牌作为承载令牌认证包括在内的语法。 我可以使用带有标记的cURL成功完成上述请求。我已经尝试过“ urllib”和“ requests”路由,但是都没有用。 完整的API详细信息:IBM X-Force Exchange API文档-IP信誉

3
节点js错误:不支持协议“ https:”。预期为“ http:”
我正在使用IBM Bluemix为学校项目提供Web服务。 我的项目需要从API请求JSON,因此我可以使用它提供的数据。我将该http get方法用于数据集,但不确定其是否正常运行。 当我运行代码时,我收到消息: 错误:不支持协议“ https:”。预期为“ http:” 是什么原因引起的,我该如何解决? 这是我的.js文件: // Hello. // // This is JSHint, a tool that helps to detect errors and potential // problems in your JavaScript code. // // To start, simply enter some JavaScript anywhere on this page. Your // report will appear on …
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.