How to use the users function from @octokit/rest
Find comprehensive JavaScript @octokit/rest.users code examples handpicked from public code repositorys.
16 17 18 19 20 21 22 23 24 25
} async userOrgs() { try { let result = await octokit.users.getOrgs({}) return result } catch (error) { console.log(error) }
0
1
4
+ 3 other calls in file
@octokit/rest.Octokit is the most popular function in @octokit/rest (61 examples)