Skip to content

Work In Progress: GitHub API v3.0 implemented in R using the gh package

Notifications You must be signed in to change notification settings

bemined/ghapi3

 
 

Repository files navigation

Travis-CI Build Status CRAN RStudio mirror downloads CRAN_Status_Badge Coverage Status

ghapi3

The goal of ghapi3 is to provide a full-featured interface to GitHub’s API v3.0. To do this, we use the gh R package to access the GitHub API’s methods.

Installation

You can install ghapi3 from github with:

# install.packages("devtools")
devtools::install_github("coatless/ghapi3")

Implementation

We have support presently for:

Implemented Functions
add_collaborator
add_org_member
add_org_team_member
check_org_private_membership
check_org_public_membership
create_org_invitation_email
create_org_invitation_ghname
create_org_repo
create_user_repo
get_collaborator_list
get_contributors_list
get_emoji_list
get_org_invitations
get_org_members_list
get_org_repos
get_org_repos_list
get_org_team_details
get_org_team_invitations
get_org_teams_list
get_self_repos_list
get_user_repos_list
remove_collaborator
remove_org_member
remove_org_team_member
transfer_repo
update_org_member_role

License

GPL (>= 2)

About

Work In Progress: GitHub API v3.0 implemented in R using the gh package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 100.0%