All URIs are relative to http://localhost/api/v1
Method | HTTP request | Description |
---|---|---|
issue_add_label | Post /repos/{owner}/{repo}/issues/{index}/labels | Add a label to an issue |
issue_add_subscription | Put /repos/{owner}/{repo}/issues/{index}/subscriptions/{user} | Subscribe user to issue |
issue_add_time | Post /repos/{owner}/{repo}/issues/{index}/times | Add tracked time to a issue |
issue_clear_labels | Delete /repos/{owner}/{repo}/issues/{index}/labels | Remove all labels from an issue |
issue_create_comment | Post /repos/{owner}/{repo}/issues/{index}/comments | Add a comment to an issue |
issue_create_issue | Post /repos/{owner}/{repo}/issues | Create an issue. If using deadline only the date will be taken into account, and time of day ignored. |
issue_create_label | Post /repos/{owner}/{repo}/labels | Create a label |
issue_create_milestone | Post /repos/{owner}/{repo}/milestones | Create a milestone |
issue_delete_comment | Delete /repos/{owner}/{repo}/issues/comments/{id} | Delete a comment |
issue_delete_comment_deprecated | Delete /repos/{owner}/{repo}/issues/{index}/comments/{id} | Delete a comment |
issue_delete_comment_reaction | Delete /repos/{owner}/{repo}/issues/comments/{id}/reactions | Remove a reaction from a comment of an issue |
issue_delete_issue_reaction | Delete /repos/{owner}/{repo}/issues/{index}/reactions | Remove a reaction from an issue |
issue_delete_label | Delete /repos/{owner}/{repo}/labels/{id} | Delete a label |
issue_delete_milestone | Delete /repos/{owner}/{repo}/milestones/{id} | Delete a milestone |
issue_delete_stop_watch | Delete /repos/{owner}/{repo}/issues/{index}/stopwatch/delete | Delete an issue's existing stopwatch. |
issue_delete_subscription | Delete /repos/{owner}/{repo}/issues/{index}/subscriptions/{user} | Unsubscribe user from issue |
issue_delete_time | Delete /repos/{owner}/{repo}/issues/{index}/times/{id} | Delete specific tracked time |
issue_edit_comment | Patch /repos/{owner}/{repo}/issues/comments/{id} | Edit a comment |
issue_edit_comment_deprecated | Patch /repos/{owner}/{repo}/issues/{index}/comments/{id} | Edit a comment |
issue_edit_issue | Patch /repos/{owner}/{repo}/issues/{index} | Edit an issue. If using deadline only the date will be taken into account, and time of day ignored. |
issue_edit_issue_deadline | Post /repos/{owner}/{repo}/issues/{index}/deadline | Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored. |
issue_edit_label | Patch /repos/{owner}/{repo}/labels/{id} | Update a label |
issue_edit_milestone | Patch /repos/{owner}/{repo}/milestones/{id} | Update a milestone |
issue_get_comment_reactions | Get /repos/{owner}/{repo}/issues/comments/{id}/reactions | Get a list of reactions from a comment of an issue |
issue_get_comments | Get /repos/{owner}/{repo}/issues/{index}/comments | List all comments on an issue |
issue_get_issue | Get /repos/{owner}/{repo}/issues/{index} | Get an issue |
issue_get_issue_reactions | Get /repos/{owner}/{repo}/issues/{index}/reactions | Get a list reactions of an issue |
issue_get_label | Get /repos/{owner}/{repo}/labels/{id} | Get a single label |
issue_get_labels | Get /repos/{owner}/{repo}/issues/{index}/labels | Get an issue's labels |
issue_get_milestone | Get /repos/{owner}/{repo}/milestones/{id} | Get a milestone |
issue_get_milestones_list | Get /repos/{owner}/{repo}/milestones | Get all of a repository's opened milestones |
issue_get_repo_comments | Get /repos/{owner}/{repo}/issues/comments | List all comments in a repository |
issue_list_issues | Get /repos/{owner}/{repo}/issues | List a repository's issues |
issue_list_labels | Get /repos/{owner}/{repo}/labels | Get all of a repository's labels |
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 | Post /repos/{owner}/{repo}/issues/{index}/reactions | Add a reaction to an issue |
issue_remove_label | Delete /repos/{owner}/{repo}/issues/{index}/labels/{id} | Remove a label from an issue |
issue_replace_labels | Put /repos/{owner}/{repo}/issues/{index}/labels | Replace an issue's labels |
issue_reset_time | Delete /repos/{owner}/{repo}/issues/{index}/times | Reset a tracked time of an issue |
issue_search_issues | Get /repos/issues/search | Search for issues across the repositories that the user has access to |
issue_start_stop_watch | Post /repos/{owner}/{repo}/issues/{index}/stopwatch/start | Start stopwatch on an issue. |
issue_stop_stop_watch | Post /repos/{owner}/{repo}/issues/{index}/stopwatch/stop | Stop an issue's existing stopwatch. |
issue_subscriptions | Get /repos/{owner}/{repo}/issues/{index}/subscriptions | Get users who subscribed on an issue. |
issue_tracked_times | Get /repos/{owner}/{repo}/issues/{index}/times | List an issue's tracked times |
Vec<::models::Label> issue_add_label(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Add a label to an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
body | IssueLabelsOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_add_subscription(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, user) Subscribe user to issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
user | String | user to subscribe |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::TrackedTime issue_add_time(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Add tracked time to a issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
body | AddTimeOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_clear_labels(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Remove all labels from an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Comment issue_create_comment(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Add a comment to an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
body | CreateIssueCommentOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Issue issue_create_issue(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, optional) Create an issue. If using deadline only the date will be taken into account, and time of day ignored.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
body | CreateIssueOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Label issue_create_label(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, optional) Create a label
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
body | CreateLabelOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Milestone issue_create_milestone(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, optional) Create a milestone
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
body | CreateMilestoneOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_comment(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id) Delete a comment
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of comment to delete |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_comment_deprecated(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, id) Delete a comment
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i32 | this parameter is ignored | |
id | i64 | id of comment to delete |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_comment_reaction(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id, optional) Remove a reaction from a comment of an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit | |
content | EditReactionOption |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_issue_reaction(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Remove a reaction from an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
content | EditReactionOption |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_label(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id) Delete a label
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the label to delete |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_milestone(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id) Delete a milestone
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the milestone to delete |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_stop_watch(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Delete an issue's existing stopwatch.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to stop the stopwatch on |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_subscription(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, user) Unsubscribe user from issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
user | String | user witch unsubscribe |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_delete_time(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, id) Delete specific tracked time
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
id | i64 | id of time to delete |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Comment issue_edit_comment(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id, optional) Edit a comment
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit | |
body | EditIssueCommentOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Comment issue_edit_comment_deprecated(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, id, optional) Edit a comment
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i32 | this parameter is ignored | |
id | i64 | id of the comment to edit | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i32 | this parameter is ignored | |
id | i64 | id of the comment to edit | |
body | EditIssueCommentOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Issue issue_edit_issue(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Edit an issue. If using deadline only the date will be taken into account, and time of day ignored.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to edit | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to edit | |
body | EditIssueOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::IssueDeadline issue_edit_issue_deadline(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to create or update a deadline on | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to create or update a deadline on | |
body | EditDeadlineOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Label issue_edit_label(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id, optional) Update a label
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the label to edit | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the label to edit | |
body | EditLabelOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Milestone issue_edit_milestone(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id, optional) Update a milestone
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the milestone | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the milestone | |
body | EditMilestoneOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Reaction> issue_get_comment_reactions(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id) Get a list of reactions from a comment of an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Comment> issue_get_comments(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) List all comments on an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
since | String | if provided, only comments updated since the specified time are returned. |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Issue issue_get_issue(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Get an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to get |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Reaction> issue_get_issue_reactions(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Get a list reactions of an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Label issue_get_label(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id) Get a single label
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the label to get |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Label> issue_get_labels(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Get an issue's labels
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Milestone issue_get_milestone(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id) Get a milestone
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the milestone |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Milestone> issue_get_milestones_list(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, optional) Get all of a repository's opened milestones
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
state | String | Milestone state, Recognised values are open, closed and all. Defaults to "open" |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Comment> issue_get_repo_comments(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, optional) List all comments in a repository
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
since | String | if provided, only comments updated since the provided time are returned. |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Issue> issue_list_issues(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, optional) List a repository's issues
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
state | String | whether issue is open or closed | |
labels | String | comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded | |
page | i32 | page number of requested issues | |
q | String | search string | |
_type | String | filter by type (issues / pulls) if set |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Label> issue_list_labels(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo) Get all of a repository's labels
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Reaction issue_post_comment_reaction(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, id, optional) Add a reaction to a comment of an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
id | i64 | id of the comment to edit | |
content | EditReactionOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
::models::Reaction issue_post_issue_reaction(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Add a reaction to an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
content | EditReactionOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_remove_label(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, id) Remove a label from an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
id | i64 | id of the label to remove |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Label> issue_replace_labels(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index, optional) Replace an issue's labels
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue | |
body | IssueLabelsOption |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_reset_time(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Reset a tracked time of an issue
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to add tracked time to |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::Issue> issue_search_issues(ctx, ctx, ctx, ctx, ctx, ctx, optional) Search for issues across the repositories that the user has access to
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
optional | map[string]interface{} | optional parameters | nil if no parameters |
Optional parameters are passed through a map[string]interface{}.
Name | Type | Description | Notes |
---|---|---|---|
state | String | whether issue is open or closed | |
labels | String | comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded | |
page | i32 | page number of requested issues | |
q | String | search string | |
priority_repo_id | i64 | repository to prioritize in the results | |
_type | String | filter by type (issues / pulls) if set |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_start_stop_watch(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Start stopwatch on an issue.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to create the stopwatch on |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
issue_stop_stop_watch(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Stop an issue's existing stopwatch.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue to stop the stopwatch on |
(empty response body)
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::User> issue_subscriptions(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) Get users who subscribed on an issue.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Vec<::models::TrackedTime> issue_tracked_times(ctx, ctx, ctx, ctx, ctx, ctx, owner, repo, index) List an issue's tracked times
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
ctx | context.Context | context containing the authentication | nil if no authentication |
owner | String | owner of the repo | |
repo | String | name of the repo | |
index | i64 | index of the issue |
AccessToken, AuthorizationHeaderToken, BasicAuth, SudoHeader, SudoParam, Token
[Back to top] [Back to API list] [Back to Model list] [Back to README]