/ghapi

An R package to work with the github api

Primary LanguageROtherNOASSERTION

ghapi package

This is a small package that was build during a job interview process.

It can do the following things;

  • Token authentication;

  • Listing all repositories which the authenticated user has access to;

  • Updating the description of a repository;

  • Listing usernames of collaborators for a repository;

  • Adding collaborators to a repository.