I hereby claim:
- I am artismarti on github.
- I am artismarti (https://keybase.io/artismarti) on keybase.
- I have a public key whose fingerprint is 32ED A1A7 8AA6 F3DE 10B8 65F4 A8B5 1018 9130 BF57
To claim this, I am signing this object:
| query ($login: String!) { | |
| organization(login: $login) { | |
| name | |
| url | |
| repositories(last: 100) { | |
| nodes { | |
| name | |
| } | |
| } | |
| } |
| // GET | |
| fetch(quotesURL) | |
| .then(response => response.json()) | |
| .then((quotes) => renderAllQuotes(quotes)) | |
| } | |
| // PATCH | |
| fetch(`${quotesURL}/${quote.id}`, { | |
| method: 'PATCH', | |
| headers: { |
I hereby claim:
To claim this, I am signing this object: