Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
import getpass
import json
import requests
from github_rest_api import Repositoryrepo = Repository(token="", repo="legendu-net/github_rest_api")resp = repo.get(
url="https://api.github.com/repos/legendu-net/github_rest_api/actions/artifacts"
)resp.json(){'total_count': 0, 'artifacts': []}