Derive raw URL from API base URL in http_client #16
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
raw_urlfunction insrc/yilan/http_client.pyhardcodes the forge.marvin8.zone domain separately from the API base URL default inconfig.py. If one changes, the other must be updated independently.Consider deriving the raw URL from the configured API base URL or a shared constant to prevent inconsistency.
Flagged by WuMing in PR #15.