This commit is contained in:
2024-01-18 12:56:15 -05:00
parent b459ae1583
commit 6c36464f3b
11 changed files with 7 additions and 0 deletions
+7
View File
@@ -380,3 +380,10 @@ class NeonAPI:
return Operation.get(
client=self, project_id=project_id, operation_id=operation_id
)
def connection_string(self, project_id: str, branch_id: str):
"""Get a connection string for a branch."""
raise NotImplementedError
# return Branch.get_connection_string(
# client=self, project_id=project_id, branch_id=branch_id
# )
Binary file not shown.