Closed Ofabiojvalentim closed 1 year ago
You'll need to be more specific about what you are trying to do, what you expect to have happen and what you are actually observing. Which operation are you trying to invoke? which SDK?
Closing due to lack of a response
Using python 3.11 on IBM Cloud Functions
from ibmcloudant.cloudant_v1 import CloudantV1 from ibm_cloud_sdk_core.authenticators import IAMAuthenticator from http.client import HTTPConnection
def main(param_dict):
HTTPConnection.debuglevel = 1
When I Make a http request, passing param_dict dealerId = 15, body returns [], but everything is processed ok on IBM CF