Felsökning.Utilities.UnitedStates 4.0.8

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package Felsökning.Utilities.UnitedStates --version 4.0.8
NuGet\Install-Package Felsökning.Utilities.UnitedStates -Version 4.0.8
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Felsökning.Utilities.UnitedStates" Version="4.0.8" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Felsökning.Utilities.UnitedStates --version 4.0.8
#r "nuget: Felsökning.Utilities.UnitedStates, 4.0.8"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

Build Status

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.0.8 421 9/13/2022
4.0.7 378 9/13/2022
4.0.6 373 9/12/2022
4.0.4 374 9/12/2022
4.0.3 380 9/12/2022
1.0.4 292 11/19/2021
1.0.3 290 11/7/2021
1.0.2 321 11/5/2021
1.0.1 333 11/5/2021
1.0.0 334 11/4/2021