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,15 +4,15 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**additions** | Option<**i64**> | | [optional]
**changes** | Option<**i64**> | | [optional]
**contents_url** | Option<**String**> | | [optional]
**deletions** | Option<**i64**> | | [optional]
**filename** | Option<**String**> | | [optional]
**html_url** | Option<**String**> | | [optional]
**previous_filename** | Option<**String**> | | [optional]
**raw_url** | Option<**String**> | | [optional]
**status** | Option<**String**> | | [optional]
**additions** | Option<**i64**> | The number of lines added to the file | [optional]
**changes** | Option<**i64**> | The total number of changes to the file | [optional]
**contents_url** | Option<**String**> | The API URL to get the file contents | [optional]
**deletions** | Option<**i64**> | The number of lines deleted from the file | [optional]
**filename** | Option<**String**> | The name of the changed file | [optional]
**html_url** | Option<**String**> | The HTML URL to view the file changes | [optional]
**previous_filename** | Option<**String**> | The previous filename if the file was renamed | [optional]
**raw_url** | Option<**String**> | The raw URL to download the file | [optional]
**status** | Option<**String**> | The status of the file change (added, modified, deleted, etc.) | [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)