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,22 +4,22 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | Option<[**Vec<models::Attachment>**](Attachment.md)> | | [optional]
**assets** | Option<[**Vec<models::Attachment>**](Attachment.md)> | The files attached to the release | [optional]
**author** | Option<[**models::User**](User.md)> | | [optional]
**body** | Option<**String**> | | [optional]
**body** | Option<**String**> | The release notes or description | [optional]
**created_at** | Option<**String**> | | [optional]
**draft** | Option<**bool**> | | [optional]
**html_url** | Option<**String**> | | [optional]
**id** | Option<**i64**> | | [optional]
**name** | Option<**String**> | | [optional]
**prerelease** | Option<**bool**> | | [optional]
**draft** | Option<**bool**> | Whether the release is a draft | [optional]
**html_url** | Option<**String**> | The HTML URL to view the release | [optional]
**id** | Option<**i64**> | The unique identifier of the release | [optional]
**name** | Option<**String**> | The display title of the release | [optional]
**prerelease** | Option<**bool**> | Whether the release is a prerelease | [optional]
**published_at** | Option<**String**> | | [optional]
**tag_name** | Option<**String**> | | [optional]
**tarball_url** | Option<**String**> | | [optional]
**target_commitish** | Option<**String**> | | [optional]
**upload_url** | Option<**String**> | | [optional]
**url** | Option<**String**> | | [optional]
**zipball_url** | Option<**String**> | | [optional]
**tag_name** | Option<**String**> | The name of the git tag associated with the release | [optional]
**tarball_url** | Option<**String**> | The URL to download the tarball archive | [optional]
**target_commitish** | Option<**String**> | The target commitish for the release | [optional]
**upload_url** | Option<**String**> | The URL template for uploading release assets | [optional]
**url** | Option<**String**> | The API URL of the release | [optional]
**zipball_url** | Option<**String**> | The URL to download the zip archive | [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)