1 Open Issue Need Help Last updated: Jun 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Refactor the `fmu-settings-api` codebase to replace the hardcoded string `x-upstream-source` with a configurable value defined in a `StrEnum` within `config.py`. This involves finding all occurrences of the string and replacing them with the enum value.

Complexity: 3/5
help wanted

The API for fmu-settings

Python