This library is an unofficial .NET client for the Digipost API V8. It's a fork of the official Digipost API client for .NET.
Follow these instructions to set up and send a message using the Digipost API from your .NET application.
- .NET SDK installed on your machine.
- An IDE or code editor (e.g., Rider, Visual Studio).
- A Digipost account with the necessary credentials (brokerId, certificatePath, certificatePassword, and digipostAddress).
git clone https://github.com/fintermobilityas/digipost-api-client-dotnet
cd digipost-api-client-dotnet
rider digipost-api-client.sln
Open the Program.cs
file located in the Digipost.Api.Demo
directory.
Update the brokerId
, certificatePath
, certificatePassword
, and digipostAddress
in Program.cs
with the values you received from your Digipost onboarding.
Follow the examples in the Digipost.Api.Demo
project to learn how to send messages and perform other tasks using the Digipost API.