Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
In [1]:
from github_rest_api.github import Repository
In [2]:
repo = Repository(token="", owner="legendu-net", repo="docker-rust-cicd")
repo
Out[2]:
In [3]:
repo.list_branches()
Out[3]:
In [4]:
repo.delete_ref?
In [5]:
repo.delete_branch?
In [ ]: