NJsonSchema.Infrastructure.DynamicApis
Provides dynamic access to framework APIs.
namespace NJsonSchema.Infrastructure
{
public static class DynamicApis
{
public static bool SupportsHttpClientApis { get; }
public static Task<string> HttpGetAsync(string url, CancellationToken cancellationToken);
public static string HandleSubdirectoryRelativeReferences(string fullPath, string jsonPath);
}
}