feat: add rustls

This commit is contained in:
2026-03-20 16:24:16 +01:00
parent 04cf661d02
commit 4e2542ba9d
399 changed files with 37007 additions and 23522 deletions

View File

@@ -4,12 +4,12 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_at** | Option<**String**> | | [optional]
**ignored** | Option<**bool**> | | [optional]
**reason** | Option<[**serde_json::Value**](.md)> | | [optional]
**repository_url** | Option<**String**> | | [optional]
**subscribed** | Option<**bool**> | | [optional]
**url** | Option<**String**> | | [optional]
**created_at** | Option<**String**> | The timestamp when the watch status was created | [optional]
**ignored** | Option<**bool**> | Whether notifications for the repository are ignored | [optional]
**reason** | Option<**serde_json::Value**> | The reason for the current watch status | [optional]
**repository_url** | Option<**String**> | The URL of the repository being watched | [optional]
**subscribed** | Option<**bool**> | Whether the repository is being watched for notifications | [optional]
**url** | Option<**String**> | The URL for managing the watch status | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)