wasp-lang/wasp

Refactor network HTTP logic into a module

オープン

#3,661 opened on 2026/01/26

 (6 件のコメント) (0 件のリアクション) (0 人の担当者)Haskell (227 件のフォーク)batch import
good first issuerefactoring

Repository metrics

Stars
 (4,229 個のスター)
PR merge metrics
 (平均マージ 2d 16h) (30d で 85 merged PRs)

説明

Version: 0.20.0

The fetching logic in waspc/cli/src/Wasp/Cli/Command/News/Fetching.hs contains patterns applicable beyond just news fetching. We should extract it to something like Wasp.Util.Network.HTTP and use it acorss the codebase.

Examples of files with similar patterns that could use this module:

  • waspc/cli/src/Wasp/Cli/Archive.hs
  • waspc/src/Wasp/AI/OpenAI/ChatGPT.hs
  • waspc/cli/src/Wasp/Cli/Command/Telemetry/Project.hs
  • waspc/cli/src/Wasp/Cli/GithubRepo.hs
  • waspc/src/Wasp/AI/CodeAgent.hs

Original discussion: https://github.com/wasp-lang/wasp/pull/3535#discussion_r2639913765

コントリビューターガイド