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
------------ | ------------- | ------------- | -------------
**page** | Option<**i64**> | | [optional]
**sha** | Option<**String**> | | [optional]
**total_count** | Option<**i64**> | | [optional]
**tree** | Option<[**Vec<models::GitEntry>**](GitEntry.md)> | | [optional]
**truncated** | Option<**bool**> | | [optional]
**url** | Option<**String**> | | [optional]
**page** | Option<**i64**> | Page is the current page number for pagination | [optional]
**sha** | Option<**String**> | SHA is the tree object SHA | [optional]
**total_count** | Option<**i64**> | TotalCount is the total number of entries in the tree | [optional]
**tree** | Option<[**Vec<models::GitEntry>**](GitEntry.md)> | Entries contains the tree entries (files and directories) | [optional]
**truncated** | Option<**bool**> | Truncated indicates if the response was truncated due to size | [optional]
**url** | Option<**String**> | URL is the API URL for this tree | [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)