JGithubPackageDataCommits
class JGithubPackageDataCommits extends JGithubPackage
GitHub API Data Commits class for the Joomla Platform.
Methods
object
get(
string $owner,
string $repo,
string $sha)
Get a single commit.
object
create(
string $owner,
string $repo,
string $message,
string $tree,
array $parents = array())
Method to create a commit.