Felsökning.Utilities.UnitedStates
4.0.8
Prefix Reserved
dotnet add package Felsökning.Utilities.UnitedStates --version 4.0.8
NuGet\Install-Package Felsökning.Utilities.UnitedStates -Version 4.0.8
<PackageReference Include="Felsökning.Utilities.UnitedStates" Version="4.0.8" />
paket add Felsökning.Utilities.UnitedStates --version 4.0.8
#r "nuget: Felsökning.Utilities.UnitedStates, 4.0.8"
// Install Felsökning.Utilities.UnitedStates as a Cake Addin #addin nuget:?package=Felsökning.Utilities.UnitedStates&version=4.0.8 // Install Felsökning.Utilities.UnitedStates as a Cake Tool #tool nuget:?package=Felsökning.Utilities.UnitedStates&version=4.0.8
Felsökning.Utilities.UnitedStates
NASA
The NASA namespace contains NASA-related classes and objects.
INasaWrapper
An interface for the NasaWrapper implementation.
NasaWrapper
A class that inherits from AzureClassBase<T>
(found in Felsökning.Extensions.Common) and is used to query the NASA 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 NASA API.
.ctor(string
apiKey, [Optional]
ILogger<NwsWrapper>
logger)
The constructor for the NwsWrapper class.
apiKey
The API Key used to access the NASA API.
logger
The ILogger<T>
to use for logging purposes.
GetTheAstronomyPictureOfTheDayAsync()
Gets the Astronomy Picture of the Day (see: APOD class) from the NASA API.
NationalWeatherService
The NationalWeatherService namespace contains NWS-related classes and objects.
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.