get.my.repository.notifications {github}R Documentation

list the current user's notifications for a given repo

Description

list the current user's notifications for a given repo

Usage

get.my.repository.notifications(owner, repo, ..., ctx = get.github.context())

Arguments

owner

the repo owner

repo

the name of the repo

...

extra parameters. See http://developer.github.com/v3/activity/notifications/#list-your-notifications-in-a-repository

ctx

the github context object

Value

the list of notifications


[Package github version 0.9.12 Index]