User:Kim/Stations, Skills, Resources/Git API
< User:Kim | Stations, Skills, Resources
Revision as of 15:40, 9 September 2025 by Kim (talk | contribs) (Created page with "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)==")
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`