desktop-ubuntu/git/unstar.sh

11 lines
235 B
Bash
Executable File

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