User:Kim/Prototyping 2nd year/GitPub: Difference between revisions

From XPUB & Lens-Based wiki
Line 8: Line 8:
</gallery>
</gallery>


I manged to print a proof of concept version of my personal reader repository but ran into a lot of issues.
I manged to print a proof of concept version of my personal reader repository but ran into a lot of issues:
* API needs personal token authentication
* API needs personal token authentication (which limits it to personal use)
* using curl is limiting in formatting options (v1 is very 'crafty')
* using curl (to json) is limiting in formatting options (v1 is very 'crafty')
* sorting the files and directories is tricky and you prob. need to do it manually by passing numbers to the titles
* sorting the files and directories is tricky and you prob. need to do it manually by passing numbers to the titles



Revision as of 21:12, 29 September 2025

pmomm: #1. gitpub

v 1

utilizing the Git API.

I manged to print a proof of concept version of my personal reader repository but ran into a lot of issues:

  • API needs personal token authentication (which limits it to personal use)
  • using curl (to json) is limiting in formatting options (v1 is very 'crafty')
  • sorting the files and directories is tricky and you prob. need to do it manually by passing numbers to the titles

v 2

I dont need the Gitlab APi, since most meta info is already stored in my local repository. try python script >> better to turn into a program (pip install gitpub) using uv