Felsökning.Utilities.UnitedStates
4.0.4
Prefix Reserved
See the version list below for details.
dotnet add package Felsökning.Utilities.UnitedStates --version 4.0.4
NuGet\Install-Package Felsökning.Utilities.UnitedStates -Version 4.0.4
<PackageReference Include="Felsökning.Utilities.UnitedStates" Version="4.0.4" />
paket add Felsökning.Utilities.UnitedStates --version 4.0.4
#r "nuget: Felsökning.Utilities.UnitedStates, 4.0.4"
// Install Felsökning.Utilities.UnitedStates as a Cake Addin #addin nuget:?package=Felsökning.Utilities.UnitedStates&version=4.0.4 // Install Felsökning.Utilities.UnitedStates as a Cake Tool #tool nuget:?package=Felsökning.Utilities.UnitedStates&version=4.0.4
Felsökning.Utilities.UnitedStates
INwsWrapper
An interface for the NwsWrapper implementation.
NwsWrapper
A class that inherits from AzureClassBase<T>
(found in Felsökning.Extensions.Common) and is used to query the National Weather Service API.
Note: AzureClassBase<T>
inherits Http2Base
, which configures the HTTPClient
used to make connections via HTTP/2
and disallows downgrades. HTTP/2
is supported by the NWS API.
.ctor(string
locationCode, [Optional]
ILogger<NwsWrapper>
logger)
The constructor for the NwsWrapper class.
locationCode
The Universal Geograhic Code (UGC) of a targeted area.
logger
The ILogger<T>
to use for logging purposes.
GetActiveAlertsAsync()
Obtains the currently Active Alerts for the given locationCode
that was provided in the .ctor().
GetHistoricAlertsAsync()
Obtains the historic active alerts for the given locationCode
that was provided in the .ctor().
GetRecentObservationsAsync()
Obtains the recention observations from all of the available Stations
that relate/correlate to the locationCode
provided in the .ctor().
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Felsökning.Extensions.Common (>= 4.0.24)
-
net6.0
- Felsökning.Extensions.Common (>= 4.0.24)
-
net7.0
- Felsökning.Extensions.Common (>= 4.0.24)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.