From 6035ff2d48f76e4db77ce3385203a73d498def45 Mon Sep 17 00:00:00 2001 From: Daniel Hougaard Date: Fri, 30 Aug 2024 03:09:23 +0400 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 5aa4863..249420f 100644 --- a/README.md +++ b/README.md @@ -197,13 +197,4 @@ const deletedSecret = await client.secrets().deleteSecret("SECRET_TO_DELETE", { - `type` (personal | shared, optional): The type of secret to delete. **Returns:** -- `ApiV3SecretsRawSecretNamePost200Response`: The response after deleting the secret. - -### `rest` - -The `rest` component exposes all available API endpoints in a standardized format. This allows for more advanced or custom operations not covered by the high-level methods. - -```python -# Example of using a custom API endpoint -custom_response = client.rest.custom_endpoint_method(param1="value1", param2="value2") -``` \ No newline at end of file +- `ApiV3SecretsRawSecretNamePost200Response`: The response after deleting the secret. \ No newline at end of file