-
# Summary
GitHub has added their ssh keys to https://api.github.com/meta
# Motivation
A number of us suffered a major GitHub driven CI outage as covered by #7723 and temporarily fixed by #772…
-
Hey @JamesMcGuigan, you've committed your Github API Tokens [in your .bash_vars file](https://github.com/JamesMcGuigan/dotfiles/blob/fb401f30d4cacbbc6648554410efedac0799819c/.bash_vars#L3-L4). This co…
-
## GitHub GraphQL API
- **GitHub GraphQL API endpoint:** https://api.github.com/graphql
- GitHub GraphQL API docs:
- https://developer.github.com/v4/
- https://developer.github.com/v4/explore…
-
The only thing we need GitHub API write access for is to create repos (I think) so it should be possible to have the option to login using read-only or read-write.
Thanks to Global Revolution TV for …
-
For now it was traversing only the first page, which by default is giving only 30 results.
Use this: https://developer.github.com/guides/traversing-with-pagination/
-
Need to figure out how, as the docs are generated by Sphinx.
Then add a link in the README too.
-
http://developer.github.com/v3/rate_limit/
I think I'll probably have to do the API request using AJAX if I can get around the cross-domain thing... hmm.
-
1. 获取Personal access tokens
```
Settings -> Developer settings -> Personal access tokens
注意另存token!
```
1. 利用curl查询信息
```
curl -H "Authorization:token" https://api.github.com/users/itcu…
-
A few weeks ago, NOAA windows computers ran into issues with access to the github api (see https://github.com/NOAA-EDAB/demos/issues/10)
This affects almost everyone within NOAA, so it's worth docu…
-
As a team member I want to be warned of the consequences of joining another team. The Lastenheft specifies that there should be a warning message when the user gets a team invitation from another team…