Common Lisp Interface to the Github API Usage Access Token Store in $HOME/.ghapi.token Org Operations Purge old members: (setq *org* "MY-ORG") (setq *username* "WHOAMI") (org-purge :keep-members '("member-1" "member-2") :keep-teams '("team-1" "team-2"))