vmklib.tasks.github
index
/home/vkottler/src/vkottler/workspace/vmklib/vmklib/tasks/github.py

A module for working with GitHub APIs.

 
Functions
       
ensure_api_token(token: str) -> None
Ensure the API token header is added to the curl arguments.
repo_url(owner: str, repo: str, kind: str = 'api', endpoint: str = 'releases') -> str
Get a GitHub API URL.

 
Data
        API_VERSION = '2022-11-28'
COMMON_ARGS = ['-L', '-H', 'Accept: application/vnd.github+json', '-H', 'X-GitHub-Api-Version: 2022-11-28']
TOKEN_ADDED = False