github-rest-api¶
github-rest-api is a simpler Python wrapper over GitHub REST APIs with a focus on making GitHub Actions workflower eaiser using Python scripts.
Raw REST API¶
It is very straightforward to call GitHub REST APIs. GitHub REST APIs Doc provides cURL, JavaScript and GitHub CLI examples. You can use Convert cURL syntax to Python, Node.js, PHP, R or curlconverter to convert cURL commands to Python requests code. Below are some examples of querying and manipulating GitHub repositories using REST APIs.