description |
---|
GitHub is an online software development platform. It's used for storing, tracking, and collaborating on software projects |
/^ghp_[a-zA-Z0-9]{36}$/
CURL requests
curl -H "Authorization: token <your_github_token>" https://api.github.com/user/repos
curl -H "Authorization: token <your_github_token>" https://api.github.com/user
curl -H "Authorization: token <your_github_token>" https://api.github.com/repos/owner/:repo/git/trees/main?recursive=1