Altinn.ApiClients.Dialogporten 1.54.0-rc

This is a prerelease version of Altinn.ApiClients.Dialogporten.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Altinn.ApiClients.Dialogporten --version 1.54.0-rc                
NuGet\Install-Package Altinn.ApiClients.Dialogporten -Version 1.54.0-rc                
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="Altinn.ApiClients.Dialogporten" Version="1.54.0-rc" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Altinn.ApiClients.Dialogporten --version 1.54.0-rc                
#r "nuget: Altinn.ApiClients.Dialogporten, 1.54.0-rc"                
#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 Altinn.ApiClients.Dialogporten as a Cake Addin
#addin nuget:?package=Altinn.ApiClients.Dialogporten&version=1.54.0-rc&prerelease

// Install Altinn.ApiClients.Dialogporten as a Cake Tool
#tool nuget:?package=Altinn.ApiClients.Dialogporten&version=1.54.0-rc&prerelease                

SO SDK

Simple overview Refit-based client SDK Based on https://github.com/altinn/altinn-apiclient-maskinporten

The refit-Interface is autogenerated with refitter. It uses OperationId to create method names. Uses refit IApiResponse on returns.

Installation

Install nuget

Usage

This library provides extensions methods providing means to create dialogporten clients.

Setup

{
    "dialogportenSettings": {
        "BaseUri": "",
        "ThrowOnPublicKeyFetchInit": "",
        "Maskinporten": {
            "ClientId": "",
            "Environment": "",
            "Scope": "",
            "EncodedJwk": ""
        }
    }
}
var configuration = new ConfigurationBuilder()
    .AddJsonFile("appsettings.json", optional: false, reloadOnChange: true)
    .Build();

var services = new ServiceCollection();

services.AddSingleton<IConfiguration>(configuration);

services.AddDialogportenClient();
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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
1.55.1-rc.d91eacb 47 2/21/2025
1.55.1-rc 46 2/21/2025
1.55.0 50 2/20/2025
1.55.0-rc 42 2/20/2025
1.54.0-rc.2458d6a 43 2/20/2025
1.54.0-rc 76 2/20/2025