From 4656d1dd0e81369a34ca28f2b2c2e1bca8cb4afa Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 31 Jan 2024 10:09:45 -0500 Subject: [PATCH] Add experimental endpoint for project consumption metrics --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b4e127b..9331270 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,10 @@ Remember that you should never expose your api_key and handle it carefully since - `operations(project_id)`: Returns a list of operations for a given project. - `operation(project_id, operation_id)`: Returns a specific operation. +**Experimental**: + +- `consumption()`: Returns a list of project consumption metrics. + View the [Neon API documentation](https://api-docs.neon.tech/reference/getting-started-with-neon-api) for more information on the available endpoints and their parameters.