feat: add rustls
This commit is contained in:
@@ -56,6 +56,7 @@ Method | HTTP request | Description
|
||||
[**issue_list_issue_dependencies**](IssueApi.md#issue_list_issue_dependencies) | **GET** /repos/{owner}/{repo}/issues/{index}/dependencies | List an issue's dependencies, i.e all issues that block this issue.
|
||||
[**issue_list_issues**](IssueApi.md#issue_list_issues) | **GET** /repos/{owner}/{repo}/issues | List a repository's issues
|
||||
[**issue_list_labels**](IssueApi.md#issue_list_labels) | **GET** /repos/{owner}/{repo}/labels | Get all of a repository's labels
|
||||
[**issue_lock_issue**](IssueApi.md#issue_lock_issue) | **PUT** /repos/{owner}/{repo}/issues/{index}/lock | Lock an issue
|
||||
[**issue_post_comment_reaction**](IssueApi.md#issue_post_comment_reaction) | **POST** /repos/{owner}/{repo}/issues/comments/{id}/reactions | Add a reaction to a comment of an issue
|
||||
[**issue_post_issue_reaction**](IssueApi.md#issue_post_issue_reaction) | **POST** /repos/{owner}/{repo}/issues/{index}/reactions | Add a reaction to an issue
|
||||
[**issue_remove_issue_blocking**](IssueApi.md#issue_remove_issue_blocking) | **DELETE** /repos/{owner}/{repo}/issues/{index}/blocks | Unblock the issue given in the body by the issue in path
|
||||
@@ -68,6 +69,7 @@ Method | HTTP request | Description
|
||||
[**issue_stop_stop_watch**](IssueApi.md#issue_stop_stop_watch) | **POST** /repos/{owner}/{repo}/issues/{index}/stopwatch/stop | Stop an issue's existing stopwatch.
|
||||
[**issue_subscriptions**](IssueApi.md#issue_subscriptions) | **GET** /repos/{owner}/{repo}/issues/{index}/subscriptions | Get users who subscribed on an issue.
|
||||
[**issue_tracked_times**](IssueApi.md#issue_tracked_times) | **GET** /repos/{owner}/{repo}/issues/{index}/times | List an issue's tracked times
|
||||
[**issue_unlock_issue**](IssueApi.md#issue_unlock_issue) | **DELETE** /repos/{owner}/{repo}/issues/{index}/lock | Unlock an issue
|
||||
[**move_issue_pin**](IssueApi.md#move_issue_pin) | **PATCH** /repos/{owner}/{repo}/issues/{index}/pin/{position} | Moves the Pin to the given Position
|
||||
[**pin_issue**](IssueApi.md#pin_issue) | **POST** /repos/{owner}/{repo}/issues/{index}/pin | Pin an Issue
|
||||
[**unpin_issue**](IssueApi.md#unpin_issue) | **DELETE** /repos/{owner}/{repo}/issues/{index}/pin | Unpin an Issue
|
||||
@@ -118,7 +120,7 @@ Name | Type | Description | Required | Notes
|
||||
**owner** | **String** | owner of the repo | [required] |
|
||||
**repo** | **String** | name of the repo | [required] |
|
||||
**index** | **i64** | index of the issue | [required] |
|
||||
**user** | **String** | user to subscribe | [required] |
|
||||
**user** | **String** | username of the user to subscribe the issue to | [required] |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -792,7 +794,7 @@ Name | Type | Description | Required | Notes
|
||||
**owner** | **String** | owner of the repo | [required] |
|
||||
**repo** | **String** | name of the repo | [required] |
|
||||
**index** | **i64** | index of the issue | [required] |
|
||||
**user** | **String** | user witch unsubscribe | [required] |
|
||||
**user** | **String** | username of the user to unsubscribe from an issue | [required] |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -1694,6 +1696,37 @@ Name | Type | Description | Required | Notes
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
## issue_lock_issue
|
||||
|
||||
> issue_lock_issue(owner, repo, index, body)
|
||||
Lock an issue
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**owner** | **String** | owner of the repo | [required] |
|
||||
**repo** | **String** | name of the repo | [required] |
|
||||
**index** | **i64** | index of the issue | [required] |
|
||||
**body** | Option<[**LockIssueOption**](LockIssueOption.md)> | | |
|
||||
|
||||
### Return type
|
||||
|
||||
(empty response body)
|
||||
|
||||
### Authorization
|
||||
|
||||
[TOTPHeader](../README.md#TOTPHeader), [AuthorizationHeaderToken](../README.md#AuthorizationHeaderToken), [SudoHeader](../README.md#SudoHeader), [BasicAuth](../README.md#BasicAuth), [AccessToken](../README.md#AccessToken), [SudoParam](../README.md#SudoParam), [Token](../README.md#Token)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: application/json
|
||||
- **Accept**: Not defined
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
## issue_post_comment_reaction
|
||||
|
||||
> models::Reaction issue_post_comment_reaction(owner, repo, id, content)
|
||||
@@ -1920,23 +1953,23 @@ Search for issues across the repositories that the user has access to
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**state** | Option<**String**> | whether issue is open or closed | |
|
||||
**labels** | Option<**String**> | comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded | |
|
||||
**milestones** | Option<**String**> | comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded | |
|
||||
**q** | Option<**String**> | search string | |
|
||||
**priority_repo_id** | Option<**i64**> | repository to prioritize in the results | |
|
||||
**r#type** | Option<**String**> | filter by type (issues / pulls) if set | |
|
||||
**since** | Option<**String**> | Only show notifications updated after the given time. This is a timestamp in RFC 3339 format | |
|
||||
**before** | Option<**String**> | Only show notifications updated before the given time. This is a timestamp in RFC 3339 format | |
|
||||
**assigned** | Option<**bool**> | filter (issues / pulls) assigned to you, default is false | |
|
||||
**created** | Option<**bool**> | filter (issues / pulls) created by you, default is false | |
|
||||
**mentioned** | Option<**bool**> | filter (issues / pulls) mentioning you, default is false | |
|
||||
**review_requested** | Option<**bool**> | filter pulls requesting your review, default is false | |
|
||||
**reviewed** | Option<**bool**> | filter pulls reviewed by you, default is false | |
|
||||
**owner** | Option<**String**> | filter by owner | |
|
||||
**team** | Option<**String**> | filter by team (requires organization owner parameter to be provided) | |
|
||||
**page** | Option<**i32**> | page number of results to return (1-based) | |
|
||||
**limit** | Option<**i32**> | page size of results | |
|
||||
**state** | Option<**String**> | State of the issue | |[default to open]
|
||||
**labels** | Option<**String**> | Comma-separated list of label names. Fetch only issues that have any of these labels. Non existent labels are discarded. | |
|
||||
**milestones** | Option<**String**> | Comma-separated list of milestone names. Fetch only issues that have any of these milestones. Non existent milestones are discarded. | |
|
||||
**q** | Option<**String**> | Search string | |
|
||||
**priority_repo_id** | Option<**i64**> | Repository ID to prioritize in the results | |
|
||||
**r#type** | Option<**String**> | Filter by issue type | |
|
||||
**since** | Option<**String**> | Only show issues updated after the given time (RFC 3339 format) | |
|
||||
**before** | Option<**String**> | Only show issues updated before the given time (RFC 3339 format) | |
|
||||
**assigned** | Option<**bool**> | Filter issues or pulls assigned to the authenticated user | |[default to false]
|
||||
**created** | Option<**bool**> | Filter issues or pulls created by the authenticated user | |[default to false]
|
||||
**mentioned** | Option<**bool**> | Filter issues or pulls mentioning the authenticated user | |[default to false]
|
||||
**review_requested** | Option<**bool**> | Filter pull requests where the authenticated user's review was requested | |[default to false]
|
||||
**reviewed** | Option<**bool**> | Filter pull requests reviewed by the authenticated user | |[default to false]
|
||||
**owner** | Option<**String**> | Filter by repository owner | |
|
||||
**team** | Option<**String**> | Filter by team (requires organization owner parameter) | |
|
||||
**page** | Option<**i32**> | Page number of results to return (1-based) | |[default to 1]
|
||||
**limit** | Option<**i32**> | Number of items per page | |
|
||||
|
||||
### Return type
|
||||
|
||||
@@ -2081,6 +2114,36 @@ Name | Type | Description | Required | Notes
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
## issue_unlock_issue
|
||||
|
||||
> issue_unlock_issue(owner, repo, index)
|
||||
Unlock an issue
|
||||
|
||||
### Parameters
|
||||
|
||||
|
||||
Name | Type | Description | Required | Notes
|
||||
------------- | ------------- | ------------- | ------------- | -------------
|
||||
**owner** | **String** | owner of the repo | [required] |
|
||||
**repo** | **String** | name of the repo | [required] |
|
||||
**index** | **i64** | index of the issue | [required] |
|
||||
|
||||
### Return type
|
||||
|
||||
(empty response body)
|
||||
|
||||
### Authorization
|
||||
|
||||
[TOTPHeader](../README.md#TOTPHeader), [AuthorizationHeaderToken](../README.md#AuthorizationHeaderToken), [SudoHeader](../README.md#SudoHeader), [BasicAuth](../README.md#BasicAuth), [AccessToken](../README.md#AccessToken), [SudoParam](../README.md#SudoParam), [Token](../README.md#Token)
|
||||
|
||||
### HTTP request headers
|
||||
|
||||
- **Content-Type**: Not defined
|
||||
- **Accept**: Not defined
|
||||
|
||||
[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
## move_issue_pin
|
||||
|
||||
> move_issue_pin(owner, repo, index, position)
|
||||
|
||||
Reference in New Issue
Block a user