github-workflows-kt icon indicating copy to clipboard operation
github-workflows-kt copied to clipboard

chore(server): use lib to call GitHub to list available versions

Open LeoColman opened this issue 6 months ago • 4 comments

  • Replace manual HTTP client implementation with kohsuke.github library.
  • Simplify fetchAvailableVersions logic and remove redundant dependencies.
  • Refactor tests to use kotest with MockServer for more concise and structured testing.
  • Update dependencies and remove unused code.

LeoColman avatar Apr 25 '25 23:04 LeoColman