forked from Gitlink/gitlink-cli
- 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 |
||
|---|---|---|
| .. | ||
| client.go | ||
| pagination.go | ||