SoporNu 0.0.2-alpha

This is a prerelease version of SoporNu.
dotnet add package SoporNu --version 0.0.2-alpha
NuGet\Install-Package SoporNu -Version 0.0.2-alpha
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="SoporNu" Version="0.0.2-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SoporNu --version 0.0.2-alpha
#r "nuget: SoporNu, 0.0.2-alpha"
#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 SoporNu as a Cake Addin
#addin nuget:?package=SoporNu&version=0.0.2-alpha&prerelease

// Install SoporNu as a Cake Tool
#tool nuget:?package=SoporNu&version=0.0.2-alpha&prerelease

SoporNu

En .NET API-klient för Sopor.nu Hitta återvinning.

Användning

  1. Lägg NuGet SoporNu till ditt projekt:

    dotnet add package SoporNu --prerelease
    
  2. Skapa en instans av SoporApiClient, och hämta ÅVS från Avfallshubben. T.ex.:

    var client = new SoporApiClient();
    
    var avs = await client.GetAllAvs();
    

Om du använder Microsoft.Extensions.DependencyInjection, se SoporNu.Extensions.Microsoft.DependencyInjection.

Hur bidra

SoporNu är öppen källkod (MIT), och du får gärna bidra!

Om du har en buggrapport, en funktionsbegäran, eller ett förslag, öppna ett nytt ärende. För att skicka in en patch, var vänlig skapa en PR.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on SoporNu:

Package Downloads
SoporNu.Extensions.Microsoft.DependencyInjection

DI-tillägg för Microsoft.Extensions.DependencyInjection. SoporNu är en API-klient för Sopor.nu Hitta återvinning.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.0.2-alpha 54 1/30/2024
0.0.1-alpha 42 1/30/2024