User:Kim/Stations, Skills, Resources/Git API

From XPUB & Lens-Based wiki

scheming around with the Git API

terminal

these worked:

curl --header "PRIVATE-TOKEN: <your_personal_access_token>" https://gitlab.com/api/v4/projects`

curl --header "PRIVATE-TOKEN: <your_personal_access_token>" https://gitlab.com/api/v4/user`

web (js)