gitlink-cli/internal/client
Your GitHub Username 5403ec3218 fix: adapt all shortcuts to real GitLink API
- client.go: fix .json suffix to insert before ? in query strings
- user +info: switch to /users/:login endpoint (get_user_info_by_login returns 401)
- issue +comment: fix journals path to /issues/:id/journals (no owner/repo prefix)
- issue +close: use PUT with status_id=5 instead of non-existent close_issue endpoint
- pr +diff: use /files endpoint (versions/diff doesn't exist)
- pr +create: default base branch changed from main to master
- branch +create: default source branch changed from main to master
- search +repos/+users: fix search param from keyword to search
- auth/transport: use access_token query param instead of cookie
- auth/login: support .json suffix and token from response body
- repo +list: add category filter support
2026-03-31 19:06:08 +08:00
..
client.go fix: adapt all shortcuts to real GitLink API 2026-03-31 19:06:08 +08:00
pagination.go feat: initial implementation of gitlink-cli 2026-03-30 18:22:02 +08:00