Closed aronlindberg closed 9 years ago
When I run:
get.pull.request.files(owner = "rubinius", repo = "rubinius", id = 1860, ctx = get.github.context())
everything is fine. However, when I try to get the commits:
get.pull.request.commits(owner = "rubinius", repo = "rubinius", id = 1860, ctx = get.github.context())
I get the following error:
Error in get.pull.request.commits(owner = "rubinius", repo = "rubinius", : could not find function ".api.get.request"
Error in get.pull.request.commits(owner = "rubinius", repo = "rubinius", :
could not find function ".api.get.request"
Is this user error on my part, or is there something wrong with the function?
I think this can be closed...user error on my part.
When I run:
get.pull.request.files(owner = "rubinius", repo = "rubinius", id = 1860, ctx = get.github.context())
everything is fine. However, when I try to get the commits:
get.pull.request.commits(owner = "rubinius", repo = "rubinius", id = 1860, ctx = get.github.context())
I get the following error:
Error in get.pull.request.commits(owner = "rubinius", repo = "rubinius", :
could not find function ".api.get.request"
Is this user error on my part, or is there something wrong with the function?