File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
components/public-api/gitpod/v1 Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,17 @@ import "google/protobuf/timestamp.proto";
8
8
option go_package = "github.com/gitpod-io/gitpod/components/public-api/go/v1" ;
9
9
10
10
service SCMService {
11
+ // SearchSCMTokens allows clients to retrieve SCM tokens based on the
12
+ // specified host.
11
13
rpc SearchSCMTokens (SearchSCMTokensRequest ) returns (SearchSCMTokensResponse ) {}
14
+ // GuessTokenScopes allows clients to retrieve scopes their SCM token would
15
+ // require for the specified git command.
12
16
rpc GuessTokenScopes (GuessTokenScopesRequest ) returns (GuessTokenScopesResponse ) {}
17
+ // SearchRepositories allows clients to search for suggested repositories of
18
+ // SCM providers they are connected with.
13
19
rpc SearchRepositories (SearchRepositoriesRequest ) returns (SearchRepositoriesResponse ) {}
20
+ // ListSuggestedRepositories allows clients to list suggested repositories
21
+ // based on recent workspaces and accessible repo configurations.
14
22
rpc ListSuggestedRepositories (ListSuggestedRepositoriesRequest ) returns (ListSuggestedRepositoriesResponse ) {}
15
23
}
16
24
You can’t perform that action at this time.
0 commit comments