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,14 +4,14 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**commit_count** | Option<**i64**> | | [optional]
**commit_count** | Option<**i64**> | The number of commits that modified this page | [optional]
**content_base64** | Option<**String**> | Page content, base64 encoded | [optional]
**footer** | Option<**String**> | | [optional]
**html_url** | Option<**String**> | | [optional]
**footer** | Option<**String**> | The footer content for the wiki page | [optional]
**html_url** | Option<**String**> | The HTML URL to view the wiki page | [optional]
**last_commit** | Option<[**models::WikiCommit**](WikiCommit.md)> | | [optional]
**sidebar** | Option<**String**> | | [optional]
**sub_url** | Option<**String**> | | [optional]
**title** | Option<**String**> | | [optional]
**sidebar** | Option<**String**> | The sidebar content for the wiki page | [optional]
**sub_url** | Option<**String**> | The sub URL path for the wiki page | [optional]
**title** | Option<**String**> | The title of the wiki page | [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)