Moberg.Adapters.CreditInfo 1.5.1

dotnet add package Moberg.Adapters.CreditInfo --version 1.5.1
                    
NuGet\Install-Package Moberg.Adapters.CreditInfo -Version 1.5.1
                    
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="Moberg.Adapters.CreditInfo" Version="1.5.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Moberg.Adapters.CreditInfo" Version="1.5.1" />
                    
Directory.Packages.props
<PackageReference Include="Moberg.Adapters.CreditInfo" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Moberg.Adapters.CreditInfo --version 1.5.1
                    
#r "nuget: Moberg.Adapters.CreditInfo, 1.5.1"
                    
#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.
#:package Moberg.Adapters.CreditInfo@1.5.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Moberg.Adapters.CreditInfo&version=1.5.1
                    
Install as a Cake Addin
#tool nuget:?package=Moberg.Adapters.CreditInfo&version=1.5.1
                    
Install as a Cake Tool

Adapters for talking to CreditInfo

IMonitoringService - for VMV INationalRegistryAdapter - for national registry

Usage

Register the desired service adapters on startup:

builder.Services.AddMonitoring("CreditInfoSettings");
builder.Services.AddNationalRegistry("CreditInfoSettings");

The "CreditInfoSettings" parameter value indicates which settings path should be loaded from settings.

Configuration

Credit info settings in appsettings.json:

"CreditInfoSettings": {
    // Login url used for CreditInfo REST services
    "LoginUrl": "https://login.creditinfo.is/connect/token", 

    // Login credentials
    "Username": "",
    "Password": "",
    "ClientSecret": "",
    "ClientId": "WebAPI",

    // National registry settings
    "NationalRegistry": {
        // Endpoint for bulk service (credentials are used from credit info settings)
        // We use this since the newer REST service still does not implement all we need (bulk all data, deceased people etc)
        "BulkServiceUrl": "https://ws.lt.is",

        // Endpoint for subject registry service (REST service)
        "ServiceUrl": "https://api.creditinfo.is/subjectregistry",

        // Bulk service service ids for different data
        "DailyServiceId": 0,
        "FullServiceId": 0,
        "DeceasedServiceId": 0
    },
    "Monitoring": {
        // Endpoint for VMV monitoring service
        "ServiceUrl": "https://api.creditinfo.is/monitoring"
    }
}
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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.5.1 133 7/12/2026
1.5.0 116 7/10/2026