Interface IModelMetadataSource
Abstraction for fetching raw model metadata JSON. Exists for testability.
public interface IModelMetadataSource
Methods
FetchAsync(CancellationToken)
Fetches the raw JSON string, or null on any failure.
Task<string?> FetchAsync(CancellationToken ct = default)