Update cloudant_helper_functions.py
Browse files
cloudant_helper_functions.py
CHANGED
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
1 |
def cloudant_retrieve_documents(
|
2 |
client: CloudantV1,
|
3 |
db_name: str,
|
|
|
1 |
+
from ibmcloudant.cloudant_v1 import CloudantV1, Document
|
2 |
+
from ibm_cloud_sdk_core.authenticators import IAMAuthenticator
|
3 |
+
|
4 |
def cloudant_retrieve_documents(
|
5 |
client: CloudantV1,
|
6 |
db_name: str,
|