mirror of
https://github.com/kennethreitz/neon-api-python.git
synced 2026-06-05 22:50:18 +00:00
Add get_connection_string method to Branch class
This commit is contained in:
@@ -85,7 +85,7 @@ class ProjectResource(Resource):
|
||||
*,
|
||||
cursor: int | None = None,
|
||||
limit: int | None = None,
|
||||
shared: bool = False
|
||||
shared: bool = False,
|
||||
):
|
||||
"""Get a list of projects."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user