Skip to main content

Module github

Module github 

Source

Functions§

create_repository
Creates a new public GitHub repository. Returns the repository full name (e.g., “username/repo”).
push_static_site
Pushes a directory of files to a GitHub repository using the Git Data API. files is a map of file path (e.g. “index.html”) to its string content.
verify_github_token
Verifies a GitHub Personal Access Token (PAT).