mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
rename
This commit is contained in:
@@ -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.
Reference in New Issue
Block a user