-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
NAMESPACE
32 lines (31 loc) · 890 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Generated by roxygen2: do not edit by hand
export(add_collaborator)
export(add_org_member)
export(add_org_team_member)
export(browse_commit_diff)
export(check_org_private_membership)
export(check_org_public_membership)
export(create_org_invitation_email)
export(create_org_invitation_ghname)
export(create_org_repo)
export(create_tag)
export(create_url_commit_diff)
export(create_user_repo)
export(get_collaborator_list)
export(get_contributors_list)
export(get_emoji_list)
export(get_org_invitations)
export(get_org_members_list)
export(get_org_repos_list)
export(get_org_team_details)
export(get_org_team_invitations)
export(get_org_teams_list)
export(get_self_repos_list)
export(get_user_repos_list)
export(remove_collaborator)
export(remove_org_member)
export(remove_org_team_member)
export(transfer_repo)
export(update_org_member_role)
importFrom(gh,gh)
importFrom(utils,browseURL)