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,10 +4,11 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**default_git_trees_per_page** | Option<**i64**> | | [optional]
**default_max_blob_size** | Option<**i64**> | | [optional]
**default_paging_num** | Option<**i64**> | | [optional]
**max_response_items** | Option<**i64**> | | [optional]
**default_git_trees_per_page** | Option<**i64**> | DefaultGitTreesPerPage is the default number of Git tree items per page | [optional]
**default_max_blob_size** | Option<**i64**> | DefaultMaxBlobSize is the default maximum blob size for API responses | [optional]
**default_max_response_size** | Option<**i64**> | DefaultMaxResponseSize is the default maximum response size | [optional]
**default_paging_num** | Option<**i64**> | DefaultPagingNum is the default number of items per page | [optional]
**max_response_items** | Option<**i64**> | MaxResponseItems is the maximum number of items returned in API responses | [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)