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

From XPUB & Lens-Based wiki
< 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)==")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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)