Skip to content

Commit

Permalink
Adds connection_uri GET request to the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomes authored Nov 16, 2024
1 parent 27a66e1 commit 16dcb75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Remember that you should never expose your api_key and handle it carefully since
- `project_permissions(project_id)`: Returns a list of permissions for a given project.
- `project_permissions_grant(project_id, **json)`: Grant permissions to a given project.
- `project_permissions_revoke(project_id, **json)`: Revoke permissions from a given project.
- `connection_uri(project_id, database_name, role_name)`: Returns the connection string for a given project.

**Manage branches**:

Expand Down

0 comments on commit 16dcb75

Please sign in to comment.