create.blob {github}R Documentation

create a blob

Description

create a blob

Usage

create.blob(owner, repo, content, ctx = get.github.context())

Arguments

owner

the repo owner

repo

the name of the repo

content

the JSON object describing the blob. See http://developer.github.com/v3/git/blobs/#create-a-blob for details.

ctx

the github context object

Value

the blob


[Package github version 0.9.12 Index]