User:Kim/Stations, Skills, Resources/Git API: Difference between revisions

From XPUB & Lens-Based wiki
No edit summary
Line 1: Line 1:
scheming around with the Git API
''scheming around with the Git API'' <br>
can I use this to transform my personal reader into a (print / web to print) publication?


==terminal==
==terminal==

Revision as of 15:47, 9 September 2025

scheming around with the Git API
can I use this to transform my personal reader into a (print / web to print) publication?

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)