Menu
Docs
Feedback
Login
You are viewing a section of Superface that will be
deprecated in Q4 2023
. Until then, you can continue to use it as you have before but we recommend that you migrate to our latest version soon. For more details visit
superface.ai/docs/migrate
.
VCS User Repositories
vcs/user-repos@2.0.1
3 providers
Get User Repositories
UserRepos
Get repositories of the specified user.
Input
User
Result
repos
Integrate
1.
Choose a provider
Mock implementation
bitbucket
github
gitlab
Request a missing provider
2.
Use
UserRepos
with
mock
in your code
Below instructions are for our Node.js SDK.
Use OneService for other languages.
npm
i
@superfaceai/one-sdk
Copy
Copied!
Copy
Copied!
Structure details
Input (object)
user
required
User identifier for whom to list repositories.
string
Example
Copy
Copied!
Result (object)
repos
optional
list
name
required
Name of the repository
string
description
optional
Description of the repository
string
Example
Copy
Copied!
Implementation details
Provider
mock
Use case
UserRepos
Author
@superface
Source
View source
Verified