You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 callclient.close()
,client.createDatabase()
or other apis. This will ensure backward compatibility as well as new apis.The text was updated successfully, but these errors were encountered: