@cnbcool/cnb-cli 1.3.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/cnb.js +1 -1
- package/dist/index.js +66 -0
- package/package.json +10 -5
- package/cli/core/config/cag.config.js +0 -58
- package/cli/core/core.js +0 -124
- package/cli/core/fetch-response-handler.js +0 -34
- package/cli/core/flat-options.json +0 -8909
- package/cli/core/help.json +0 -38458
- package/cli/core/index.js +0 -40
- package/cli/core/key-mapping.json +0 -538
- package/cli/core/lib/execute-action.js +0 -117
- package/cli/core/lib/extra-help.js +0 -20
- package/cli/core/lib/flat-options-data.js +0 -16
- package/cli/core/lib/format-output.js +0 -85
- package/cli/core/lib/format-params.js +0 -217
- package/cli/core/lib/help-data.js +0 -15
- package/cli/core/lib/key-mapping-data.js +0 -16
- package/cli/core/lib/parsers.js +0 -126
- package/cli/core/lib/print-json.js +0 -24
- package/cli/core/lib/register-fallback.js +0 -15
- package/cli/core/lib/register-modules.js +0 -121
- package/cli/core/lib/summary-extractors.js +0 -181
- package/cli/core/lib/trim-summary.js +0 -17
- package/cli/core/shortcuts.js +0 -276
- package/cli/core/utils/build-nested-field-map.js +0 -35
- package/cli/core/utils/convert-link.js +0 -144
- package/cli/core/utils/flat-key-from-segments.js +0 -14
- package/cli/core/utils/generate-unique-id.js +0 -10
- package/cli/core/utils/match-array-object-field.js +0 -25
- package/cli/core/utils/restore-original-keys.js +0 -24
- package/cli/core/utils/upload.js +0 -237
- package/cli/modules/activities/get-user-activities-by-date.js +0 -75
- package/cli/modules/activities/get-user-repo-activity-details.js +0 -77
- package/cli/modules/activities/top-contributors.js +0 -75
- package/cli/modules/ai/ai-chat-completions.js +0 -69
- package/cli/modules/assets/delete-asset.js +0 -75
- package/cli/modules/assets/get-files.js +0 -75
- package/cli/modules/assets/get-imgs.js +0 -75
- package/cli/modules/assets/list-assets.js +0 -75
- package/cli/modules/badge/get-badge.js +0 -79
- package/cli/modules/badge/list-badge.js +0 -69
- package/cli/modules/badge/upload-badge.js +0 -69
- package/cli/modules/build/build-crontab-sync.js +0 -74
- package/cli/modules/build/build-logs-delete.js +0 -74
- package/cli/modules/build/build-runner-download-log.js +0 -74
- package/cli/modules/build/get-build-logs.js +0 -75
- package/cli/modules/build/get-build-stage.js +0 -78
- package/cli/modules/build/get-build-status.js +0 -74
- package/cli/modules/build/start-build.js +0 -69
- package/cli/modules/build/stop-build.js +0 -74
- package/cli/modules/charge/get-special-amount.js +0 -67
- package/cli/modules/event/get-events.js +0 -73
- package/cli/modules/followers/get-followers-by-user-id.js +0 -75
- package/cli/modules/followers/get-following-by-user-id.js +0 -75
- package/cli/modules/git/create-blob.js +0 -69
- package/cli/modules/git/create-branch-lock.js +0 -74
- package/cli/modules/git/create-branch.js +0 -69
- package/cli/modules/git/create-tag.js +0 -69
- package/cli/modules/git/delete-branch-lock.js +0 -74
- package/cli/modules/git/delete-branch.js +0 -74
- package/cli/modules/git/delete-commit-annotation.js +0 -76
- package/cli/modules/git/delete-commit-asset.js +0 -76
- package/cli/modules/git/delete-tag-annotation.js +0 -74
- package/cli/modules/git/delete-tag.js +0 -74
- package/cli/modules/git/get-archive-commit-changed-files.js +0 -74
- package/cli/modules/git/get-archive-compare-changed-files.js +0 -74
- package/cli/modules/git/get-archive.js +0 -74
- package/cli/modules/git/get-branch.js +0 -74
- package/cli/modules/git/get-commit-annotations-in-batch.js +0 -69
- package/cli/modules/git/get-commit-annotations.js +0 -74
- package/cli/modules/git/get-commit-assets-by-sha.js +0 -74
- package/cli/modules/git/get-commit-assets.js +0 -79
- package/cli/modules/git/get-commit-statuses.js +0 -74
- package/cli/modules/git/get-commit.js +0 -74
- package/cli/modules/git/get-compare-commits.js +0 -74
- package/cli/modules/git/get-content-without-path.js +0 -75
- package/cli/modules/git/get-content.js +0 -77
- package/cli/modules/git/get-head.js +0 -66
- package/cli/modules/git/get-presigned-lfs-download-link.js +0 -77
- package/cli/modules/git/get-raw.js +0 -77
- package/cli/modules/git/get-tag-annotations.js +0 -74
- package/cli/modules/git/get-tag.js +0 -74
- package/cli/modules/git/list-branches.js +0 -75
- package/cli/modules/git/list-commits.js +0 -75
- package/cli/modules/git/list-tags.js +0 -75
- package/cli/modules/git/post-commit-asset-upload-confirmation.js +0 -81
- package/cli/modules/git/post-commit-asset-upload-url.js +0 -77
- package/cli/modules/git/put-commit-annotations.js +0 -77
- package/cli/modules/git/put-tag-annotations.js +0 -77
- package/cli/modules/git-settings/delete-branch-protection.js +0 -74
- package/cli/modules/git-settings/get-branch-protection.js +0 -74
- package/cli/modules/git-settings/get-pipeline-settings.js +0 -66
- package/cli/modules/git-settings/get-pull-request-settings.js +0 -66
- package/cli/modules/git-settings/get-push-limit-settings.js +0 -66
- package/cli/modules/git-settings/list-branch-protections.js +0 -66
- package/cli/modules/git-settings/patch-branch-protection.js +0 -77
- package/cli/modules/git-settings/post-branch-protection.js +0 -69
- package/cli/modules/git-settings/put-pipeline-settings.js +0 -69
- package/cli/modules/git-settings/put-pull-request-settings.js +0 -69
- package/cli/modules/git-settings/put-push-limit-settings.js +0 -69
- package/cli/modules/issues/can-user-be-assigned-to-issue.js +0 -76
- package/cli/modules/issues/create-issue.js +0 -69
- package/cli/modules/issues/delete-issue-assignees.js +0 -77
- package/cli/modules/issues/delete-issue-label.js +0 -76
- package/cli/modules/issues/delete-issue-labels.js +0 -74
- package/cli/modules/issues/get-issue-comment.js +0 -76
- package/cli/modules/issues/get-issue.js +0 -74
- package/cli/modules/issues/list-issue-activities-latest.js +0 -76
- package/cli/modules/issues/list-issue-activities.js +0 -77
- package/cli/modules/issues/list-issue-assignees.js +0 -74
- package/cli/modules/issues/list-issue-comments.js +0 -77
- package/cli/modules/issues/list-issue-labels.js +0 -77
- package/cli/modules/issues/list-issues.js +0 -75
- package/cli/modules/issues/list-user-issues.js +0 -71
- package/cli/modules/issues/patch-issue-assignees.js +0 -77
- package/cli/modules/issues/patch-issue-comment.js +0 -79
- package/cli/modules/issues/post-issue-assignees.js +0 -77
- package/cli/modules/issues/post-issue-comment.js +0 -77
- package/cli/modules/issues/post-issue-file-asset-upload-url.js +0 -77
- package/cli/modules/issues/post-issue-image-asset-upload-url.js +0 -77
- package/cli/modules/issues/post-issue-labels.js +0 -77
- package/cli/modules/issues/put-issue-labels.js +0 -77
- package/cli/modules/issues/update-issue-properties.js +0 -78
- package/cli/modules/issues/update-issue.js +0 -77
- package/cli/modules/knowledge-base/delete-knowledge-base.js +0 -66
- package/cli/modules/knowledge-base/get-knowledge-base-info.js +0 -66
- package/cli/modules/knowledge-base/get-models.js +0 -66
- package/cli/modules/knowledge-base/query-knowledge-base.js +0 -69
- package/cli/modules/knowledge-base/search-npc.js +0 -71
- package/cli/modules/members/add-members-of-group.js +0 -77
- package/cli/modules/members/add-members-of-mission.js +0 -77
- package/cli/modules/members/add-members-of-registry.js +0 -77
- package/cli/modules/members/add-members-of-repo.js +0 -77
- package/cli/modules/members/delete-members-of-group.js +0 -74
- package/cli/modules/members/delete-members-of-repo.js +0 -74
- package/cli/modules/members/delete-outside-collaborators.js +0 -74
- package/cli/modules/members/get-member-access-level-of-group.js +0 -75
- package/cli/modules/members/get-member-access-level-of-repo.js +0 -75
- package/cli/modules/members/list-all-members.js +0 -75
- package/cli/modules/members/list-inherit-members-of-group.js +0 -75
- package/cli/modules/members/list-inherit-members-of-repo.js +0 -75
- package/cli/modules/members/list-member-access-level-of-group.js +0 -74
- package/cli/modules/members/list-member-access-level-of-repo.js +0 -74
- package/cli/modules/members/list-members-of-group.js +0 -75
- package/cli/modules/members/list-members-of-repo.js +0 -75
- package/cli/modules/members/list-outside-collaborators.js +0 -75
- package/cli/modules/members/update-members-of-group.js +0 -77
- package/cli/modules/members/update-members-of-repo.js +0 -77
- package/cli/modules/members/update-outside-collaborators.js +0 -77
- package/cli/modules/missions/create-mission.js +0 -69
- package/cli/modules/missions/delete-mission.js +0 -66
- package/cli/modules/missions/get-group-sub-missions.js +0 -75
- package/cli/modules/missions/get-mission-view-config.js +0 -75
- package/cli/modules/missions/get-mission-view-list.js +0 -66
- package/cli/modules/missions/post-mission-view-config.js +0 -69
- package/cli/modules/missions/post-mission-view-list.js +0 -69
- package/cli/modules/missions/put-mission-view-list.js +0 -69
- package/cli/modules/missions/set-mission-visibility.js +0 -75
- package/cli/modules/organizations/create-organization.js +0 -65
- package/cli/modules/organizations/delete-organization.js +0 -66
- package/cli/modules/organizations/get-group-setting.js +0 -66
- package/cli/modules/organizations/get-group.js +0 -66
- package/cli/modules/organizations/get-groups-by-user-id.js +0 -75
- package/cli/modules/organizations/list-groups.js +0 -75
- package/cli/modules/organizations/list-subgroups.js +0 -75
- package/cli/modules/organizations/list-top-groups.js +0 -71
- package/cli/modules/organizations/transfer-group.js +0 -69
- package/cli/modules/organizations/update-group-setting.js +0 -69
- package/cli/modules/organizations/update-organization.js +0 -69
- package/cli/modules/organizations/upload-logos.js +0 -69
- package/cli/modules/pulls/can-user-be-assigned-to-pull.js +0 -76
- package/cli/modules/pulls/delete-pull-assignees.js +0 -77
- package/cli/modules/pulls/delete-pull-label.js +0 -76
- package/cli/modules/pulls/delete-pull-labels.js +0 -74
- package/cli/modules/pulls/delete-repo-files.js +0 -75
- package/cli/modules/pulls/delete-repo-imgs.js +0 -75
- package/cli/modules/pulls/get-pull-comment.js +0 -76
- package/cli/modules/pulls/get-pull.js +0 -74
- package/cli/modules/pulls/list-pull-assignees.js +0 -74
- package/cli/modules/pulls/list-pull-comments.js +0 -77
- package/cli/modules/pulls/list-pull-commit-statuses.js +0 -74
- package/cli/modules/pulls/list-pull-commits.js +0 -77
- package/cli/modules/pulls/list-pull-files.js +0 -74
- package/cli/modules/pulls/list-pull-labels.js +0 -77
- package/cli/modules/pulls/list-pull-review-comments.js +0 -79
- package/cli/modules/pulls/list-pull-reviews.js +0 -77
- package/cli/modules/pulls/list-pulls-by-numbers.js +0 -75
- package/cli/modules/pulls/list-pulls.js +0 -75
- package/cli/modules/pulls/merge-pull.js +0 -77
- package/cli/modules/pulls/patch-pull-comment.js +0 -79
- package/cli/modules/pulls/patch-pull.js +0 -77
- package/cli/modules/pulls/post-pull-assignees.js +0 -77
- package/cli/modules/pulls/post-pull-comment.js +0 -77
- package/cli/modules/pulls/post-pull-labels.js +0 -77
- package/cli/modules/pulls/post-pull-request-review-reply.js +0 -79
- package/cli/modules/pulls/post-pull-review.js +0 -77
- package/cli/modules/pulls/post-pull.js +0 -69
- package/cli/modules/pulls/put-pull-labels.js +0 -77
- package/cli/modules/pulls/upload-files.js +0 -69
- package/cli/modules/pulls/upload-imgs.js +0 -69
- package/cli/modules/rank/get-language-list.js +0 -71
- package/cli/modules/rank/get-repo-annual-rank.js +0 -71
- package/cli/modules/rank/get-repo-daily-rank.js +0 -71
- package/cli/modules/rank/get-repo-monthly-rank.js +0 -71
- package/cli/modules/rank/get-repo-weekly-rank.js +0 -71
- package/cli/modules/registries/delete-package-tag.js +0 -79
- package/cli/modules/registries/delete-package.js +0 -77
- package/cli/modules/registries/delete-registry.js +0 -66
- package/cli/modules/registries/get-group-sub-registries.js +0 -75
- package/cli/modules/registries/get-package-tag-detail.js +0 -82
- package/cli/modules/registries/get-package-tag-provenance.js +0 -79
- package/cli/modules/registries/get-package.js +0 -77
- package/cli/modules/registries/list-package-tags.js +0 -80
- package/cli/modules/registries/list-packages.js +0 -76
- package/cli/modules/registries/set-registry-visibility.js +0 -75
- package/cli/modules/releases/delete-release-asset.js +0 -76
- package/cli/modules/releases/delete-release.js +0 -74
- package/cli/modules/releases/get-latest-release.js +0 -66
- package/cli/modules/releases/get-release-asset.js +0 -76
- package/cli/modules/releases/get-release-by-id.js +0 -74
- package/cli/modules/releases/get-release-by-tag.js +0 -74
- package/cli/modules/releases/get-releases-asset.js +0 -79
- package/cli/modules/releases/list-releases.js +0 -75
- package/cli/modules/releases/patch-release.js +0 -77
- package/cli/modules/releases/post-release-asset-upload-confirmation.js +0 -81
- package/cli/modules/releases/post-release-asset-upload-url.js +0 -77
- package/cli/modules/releases/post-release.js +0 -69
- package/cli/modules/repo-code-issue/get-code-issue-detail-open-api.js +0 -75
- package/cli/modules/repo-code-issue/list-code-issue-open-api.js +0 -76
- package/cli/modules/repo-contributor/get-repo-contributor-trend.js +0 -75
- package/cli/modules/repo-labels/delete-label.js +0 -74
- package/cli/modules/repo-labels/list-labels.js +0 -75
- package/cli/modules/repo-labels/patch-label.js +0 -77
- package/cli/modules/repo-labels/post-label.js +0 -69
- package/cli/modules/repositories/archive-repo.js +0 -66
- package/cli/modules/repositories/create-repo.js +0 -69
- package/cli/modules/repositories/delete-repo.js +0 -66
- package/cli/modules/repositories/get-by-id.js +0 -66
- package/cli/modules/repositories/get-group-sub-repos.js +0 -75
- package/cli/modules/repositories/get-pinned-repo-by-group.js +0 -66
- package/cli/modules/repositories/get-pinned-repo-by-id.js +0 -66
- package/cli/modules/repositories/get-repos-by-user-name.js +0 -75
- package/cli/modules/repositories/get-repos.js +0 -71
- package/cli/modules/repositories/list-forks-repos.js +0 -75
- package/cli/modules/repositories/set-pinned-repo-by-group.js +0 -69
- package/cli/modules/repositories/set-repo-visibility.js +0 -75
- package/cli/modules/repositories/transfer-repo.js +0 -69
- package/cli/modules/repositories/un-archive-repo.js +0 -66
- package/cli/modules/repositories/update-repo.js +0 -69
- package/cli/modules/search/list-public-repos.js +0 -71
- package/cli/modules/security/get-repo-security-overview.js +0 -75
- package/cli/modules/starring/get-user-all-stared-repos.js +0 -71
- package/cli/modules/starring/get-user-stared-repos.js +0 -75
- package/cli/modules/starring/list-star-users.js +0 -75
- package/cli/modules/users/auto-complete-source.js +0 -71
- package/cli/modules/users/get-user-info-by-name.js +0 -66
- package/cli/modules/users/get-user-info.js +0 -62
- package/cli/modules/users/list-email.js +0 -62
- package/cli/modules/users/list-gpg-keys.js +0 -71
- package/cli/modules/users/update-user-info.js +0 -65
- package/cli/modules/workspace/delete-workspace.js +0 -65
- package/cli/modules/workspace/get-workspace-detail.js +0 -74
- package/cli/modules/workspace/list-workspaces.js +0 -71
- package/cli/modules/workspace/start-workspace.js +0 -69
- package/cli/modules/workspace/workspace-stop.js +0 -65
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/commit-statuses/{commitish}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getCommitStatuses request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetCommitStatusesRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetCommitStatusesError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getCommitStatuses
|
|
43
|
-
* @summary 查询指定 commit 的提交状态。List commit check statuses.
|
|
44
|
-
* @request get:/{repo}/-/git/commit-statuses/{commitish}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetCommitStatusesParams} arg0 - getCommitStatuses request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
commitish
|
|
53
|
-
}, {
|
|
54
|
-
req,
|
|
55
|
-
options,
|
|
56
|
-
...axiosConfig
|
|
57
|
-
} = {}) {
|
|
58
|
-
return await _core.default.request({
|
|
59
|
-
...axiosConfig,
|
|
60
|
-
_next_req: req,
|
|
61
|
-
options: options,
|
|
62
|
-
url: `/${repo}/-/git/commit-statuses/${commitish}`,
|
|
63
|
-
_apiTag: "/{repo}/-/git/commit-statuses/{commitish}",
|
|
64
|
-
method: "get",
|
|
65
|
-
_originParams: {
|
|
66
|
-
method: "get",
|
|
67
|
-
_apiTag: "/{repo}/-/git/commit-statuses/{commitish}",
|
|
68
|
-
path: {
|
|
69
|
-
repo,
|
|
70
|
-
commitish
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/commits/{ref}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getCommit request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetCommitRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetCommitError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getCommit
|
|
43
|
-
* @summary 查询指定 commit。Get a commit.
|
|
44
|
-
* @request get:/{repo}/-/git/commits/{ref}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetCommitParams} arg0 - getCommit request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
ref
|
|
53
|
-
}, {
|
|
54
|
-
req,
|
|
55
|
-
options,
|
|
56
|
-
...axiosConfig
|
|
57
|
-
} = {}) {
|
|
58
|
-
return await _core.default.request({
|
|
59
|
-
...axiosConfig,
|
|
60
|
-
_next_req: req,
|
|
61
|
-
options: options,
|
|
62
|
-
url: `/${repo}/-/git/commits/${ref}`,
|
|
63
|
-
_apiTag: "/{repo}/-/git/commits/{ref}",
|
|
64
|
-
method: "get",
|
|
65
|
-
_originParams: {
|
|
66
|
-
method: "get",
|
|
67
|
-
_apiTag: "/{repo}/-/git/commits/{ref}",
|
|
68
|
-
path: {
|
|
69
|
-
repo,
|
|
70
|
-
ref
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/compare/{base_head}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getCompareCommits request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetCompareCommitsRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetCompareCommitsError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getCompareCommits
|
|
43
|
-
* @summary 比较两个提交、分支或标签之间差异的接口。Compare two commits, branches, or tags.
|
|
44
|
-
* @request get:/{repo}/-/git/compare/{base_head}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetCompareCommitsParams} arg0 - getCompareCommits request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
base_head
|
|
53
|
-
}, {
|
|
54
|
-
req,
|
|
55
|
-
options,
|
|
56
|
-
...axiosConfig
|
|
57
|
-
} = {}) {
|
|
58
|
-
return await _core.default.request({
|
|
59
|
-
...axiosConfig,
|
|
60
|
-
_next_req: req,
|
|
61
|
-
options: options,
|
|
62
|
-
url: `/${repo}/-/git/compare/${base_head}`,
|
|
63
|
-
_apiTag: "/{repo}/-/git/compare/{base_head}",
|
|
64
|
-
method: "get",
|
|
65
|
-
_originParams: {
|
|
66
|
-
method: "get",
|
|
67
|
-
_apiTag: "/{repo}/-/git/compare/{base_head}",
|
|
68
|
-
path: {
|
|
69
|
-
repo,
|
|
70
|
-
base_head
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/contents
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getContentWithoutPath request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetContentWithoutPathRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetContentWithoutPathError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getContentWithoutPath
|
|
43
|
-
* @summary 查询仓库文件和目录内容。List repository files and directories.
|
|
44
|
-
* @request get:/{repo}/-/git/contents
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetContentWithoutPathParams} arg0 - getContentWithoutPath request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
...query
|
|
53
|
-
}, {
|
|
54
|
-
req,
|
|
55
|
-
options,
|
|
56
|
-
...axiosConfig
|
|
57
|
-
} = {}) {
|
|
58
|
-
return await _core.default.request({
|
|
59
|
-
...axiosConfig,
|
|
60
|
-
_next_req: req,
|
|
61
|
-
options: options,
|
|
62
|
-
url: `/${repo}/-/git/contents`,
|
|
63
|
-
_apiTag: "/{repo}/-/git/contents",
|
|
64
|
-
method: "get",
|
|
65
|
-
params: query,
|
|
66
|
-
_originParams: {
|
|
67
|
-
method: "get",
|
|
68
|
-
_apiTag: "/{repo}/-/git/contents",
|
|
69
|
-
path: {
|
|
70
|
-
repo
|
|
71
|
-
},
|
|
72
|
-
query: query
|
|
73
|
-
}
|
|
74
|
-
});
|
|
75
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/contents/{file_path}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getContent request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetContentRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetContentError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getContent
|
|
43
|
-
* @summary 查询仓库文件列表或文件。List repository files or file.
|
|
44
|
-
* @request get:/{repo}/-/git/contents/{file_path}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetContentParams} arg0 - getContent request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
file_path,
|
|
53
|
-
...query
|
|
54
|
-
}, {
|
|
55
|
-
req,
|
|
56
|
-
options,
|
|
57
|
-
...axiosConfig
|
|
58
|
-
} = {}) {
|
|
59
|
-
return await _core.default.request({
|
|
60
|
-
...axiosConfig,
|
|
61
|
-
_next_req: req,
|
|
62
|
-
options: options,
|
|
63
|
-
url: `/${repo}/-/git/contents/${file_path}`,
|
|
64
|
-
_apiTag: "/{repo}/-/git/contents/{file_path}",
|
|
65
|
-
method: "get",
|
|
66
|
-
params: query,
|
|
67
|
-
_originParams: {
|
|
68
|
-
method: "get",
|
|
69
|
-
_apiTag: "/{repo}/-/git/contents/{file_path}",
|
|
70
|
-
path: {
|
|
71
|
-
repo,
|
|
72
|
-
file_path
|
|
73
|
-
},
|
|
74
|
-
query: query
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/head
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description Other reuqest params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description GetHeadRes Success Response Type
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetHeadError Error Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
36
|
-
* repo-code:r
|
|
37
|
-
* @tags Git
|
|
38
|
-
* @name getHead
|
|
39
|
-
* @summary 获取仓库默认分支。Get the default branch of the repository.
|
|
40
|
-
* @request get:/{repo}/-/git/head
|
|
41
|
-
|
|
42
|
-
----------------------------------
|
|
43
|
-
* @param {string} arg0
|
|
44
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
45
|
-
*/
|
|
46
|
-
async function _default(repo, {
|
|
47
|
-
req,
|
|
48
|
-
options,
|
|
49
|
-
...axiosConfig
|
|
50
|
-
} = {}) {
|
|
51
|
-
return await _core.default.request({
|
|
52
|
-
...axiosConfig,
|
|
53
|
-
_next_req: req,
|
|
54
|
-
options: options,
|
|
55
|
-
url: `/${repo}/-/git/head`,
|
|
56
|
-
_apiTag: "/{repo}/-/git/head",
|
|
57
|
-
method: "get",
|
|
58
|
-
_originParams: {
|
|
59
|
-
method: "get",
|
|
60
|
-
_apiTag: "/{repo}/-/git/head",
|
|
61
|
-
path: {
|
|
62
|
-
repo
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
});
|
|
66
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{slug}/-/lfs/{oid}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getPresignedLFSDownloadLink request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetPresignedLFSDownloadLinkRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetPresignedLFSDownloadLinkError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getPresignedLFSDownloadLink
|
|
43
|
-
* @summary 获取 git lfs 文件下载链接
|
|
44
|
-
* @request get:/{slug}/-/lfs/{oid}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetPresignedLFSDownloadLinkParams} arg0 - getPresignedLFSDownloadLink request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
slug,
|
|
52
|
-
oid,
|
|
53
|
-
...query
|
|
54
|
-
}, {
|
|
55
|
-
req,
|
|
56
|
-
options,
|
|
57
|
-
...axiosConfig
|
|
58
|
-
} = {}) {
|
|
59
|
-
return await _core.default.request({
|
|
60
|
-
...axiosConfig,
|
|
61
|
-
_next_req: req,
|
|
62
|
-
options: options,
|
|
63
|
-
url: `/${slug}/-/lfs/${oid}`,
|
|
64
|
-
_apiTag: "/{slug}/-/lfs/{oid}",
|
|
65
|
-
method: "get",
|
|
66
|
-
params: query,
|
|
67
|
-
_originParams: {
|
|
68
|
-
method: "get",
|
|
69
|
-
_apiTag: "/{slug}/-/lfs/{oid}",
|
|
70
|
-
path: {
|
|
71
|
-
slug,
|
|
72
|
-
oid
|
|
73
|
-
},
|
|
74
|
-
query: query
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
}
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/raw/{ref_with_path}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getRaw request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetRawRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetRawError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-code:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getRaw
|
|
43
|
-
* @summary 获得仓库指定文件内容
|
|
44
|
-
* @request get:/{repo}/-/git/raw/{ref_with_path}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetRawParams} arg0 - getRaw request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
ref_with_path,
|
|
53
|
-
...query
|
|
54
|
-
}, {
|
|
55
|
-
req,
|
|
56
|
-
options,
|
|
57
|
-
...axiosConfig
|
|
58
|
-
} = {}) {
|
|
59
|
-
return await _core.default.request({
|
|
60
|
-
...axiosConfig,
|
|
61
|
-
_next_req: req,
|
|
62
|
-
options: options,
|
|
63
|
-
url: `/${repo}/-/git/raw/${ref_with_path}`,
|
|
64
|
-
_apiTag: "/{repo}/-/git/raw/{ref_with_path}",
|
|
65
|
-
method: "get",
|
|
66
|
-
params: query,
|
|
67
|
-
_originParams: {
|
|
68
|
-
method: "get",
|
|
69
|
-
_apiTag: "/{repo}/-/git/raw/{ref_with_path}",
|
|
70
|
-
path: {
|
|
71
|
-
repo,
|
|
72
|
-
ref_with_path
|
|
73
|
-
},
|
|
74
|
-
query: query
|
|
75
|
-
}
|
|
76
|
-
});
|
|
77
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports.default = _default;
|
|
7
|
-
var _core = _interopRequireDefault(require("../../core/core.js"));
|
|
8
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
9
|
-
// @ts-nocheck
|
|
10
|
-
/* tslint:disable */
|
|
11
|
-
/* eslint-disable */
|
|
12
|
-
/*
|
|
13
|
-
* -------------------------------------------------------------------------
|
|
14
|
-
* ## THIS FILE WAS GENERATED VIA CNB-API-GENERATE ##
|
|
15
|
-
* ## ##
|
|
16
|
-
* ## AUTHOR: bapelin ##
|
|
17
|
-
* ## SOURCE: https://cnb.cool/cnb/skills/cnb-api-generate ##
|
|
18
|
-
* -------------------------------------------------------------------------
|
|
19
|
-
* @Source /{repo}/-/git/tag-annotations/{tag}
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* @description getTagAnnotations request params
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
/**
|
|
27
|
-
* @description Other reuqest params
|
|
28
|
-
*/
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @description GetTagAnnotationsRes Success Response Type
|
|
32
|
-
*/
|
|
33
|
-
|
|
34
|
-
/**
|
|
35
|
-
* @description GetTagAnnotationsError Error Response Type
|
|
36
|
-
*/
|
|
37
|
-
|
|
38
|
-
/**
|
|
39
|
-
* @description 访问令牌调用此接口需包含以下权限。Required permissions for access token.
|
|
40
|
-
* repo-contents:r
|
|
41
|
-
* @tags Git
|
|
42
|
-
* @name getTagAnnotations
|
|
43
|
-
* @summary 查询指定 tag 的元数据。Query the metadata of the specified tag.
|
|
44
|
-
* @request get:/{repo}/-/git/tag-annotations/{tag}
|
|
45
|
-
|
|
46
|
-
----------------------------------
|
|
47
|
-
* @param {GetTagAnnotationsParams} arg0 - getTagAnnotations request params
|
|
48
|
-
* @param {RequestConfig} arg1 - Other reuqest params
|
|
49
|
-
*/
|
|
50
|
-
async function _default({
|
|
51
|
-
repo,
|
|
52
|
-
tag
|
|
53
|
-
}, {
|
|
54
|
-
req,
|
|
55
|
-
options,
|
|
56
|
-
...axiosConfig
|
|
57
|
-
} = {}) {
|
|
58
|
-
return await _core.default.request({
|
|
59
|
-
...axiosConfig,
|
|
60
|
-
_next_req: req,
|
|
61
|
-
options: options,
|
|
62
|
-
url: `/${repo}/-/git/tag-annotations/${tag}`,
|
|
63
|
-
_apiTag: "/{repo}/-/git/tag-annotations/{tag}",
|
|
64
|
-
method: "get",
|
|
65
|
-
_originParams: {
|
|
66
|
-
method: "get",
|
|
67
|
-
_apiTag: "/{repo}/-/git/tag-annotations/{tag}",
|
|
68
|
-
path: {
|
|
69
|
-
repo,
|
|
70
|
-
tag
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
});
|
|
74
|
-
}
|