11 lines
235 B
Bash
11 lines
235 B
Bash
|
curl -u dym-sh:ghp_TOKEN https://api.github.com/user
|
||
|
|
||
|
curl \
|
||
|
-v -H "Authorization: token ghp_TOKEN" \
|
||
|
-X DELETE \
|
||
|
-H "Accept: application/vnd.github.v3+json" \
|
||
|
https://api.github.com/user/starred/github/github
|
||
|
|
||
|
|
||
|
# TODO: topics
|