Update README.md

This commit is contained in:
Daniel Hougaard
2024-08-30 03:09:23 +04:00
parent 005d4c1504
commit 6035ff2d48

View File

@@ -198,12 +198,3 @@ const deletedSecret = await client.secrets().deleteSecret("SECRET_TO_DELETE", {
**Returns:** **Returns:**
- `ApiV3SecretsRawSecretNamePost200Response`: The response after deleting the secret. - `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")
```