generated from aicore/template-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the coco client can only support one endpoint, we should have an API that can generate new clients without breaking backward compatibility.
For Eg. there will be the global init and other apis that esisst as is now, then we can have another API client=createClient(endpoint, apiKey) and then call client.close(), client.createDatabase() or other apis. This will ensure backward compatibility as well as new apis.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request