Update README.md
This commit is contained in:
11
README.md
11
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.
|
- `type` (personal | shared, optional): The type of 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")
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user