digipost-api-client-dotnet

(★ 9)

.NET client library for Digipost API

File Explorer

  • .gitignore
  • bring.p12.enc
  • digipost-api-client.sln
  • digipost-api-client.sln.DotSettings
  • digipost_smoke_tests_certificate.p12.enc
  • Digipost_Testintegrasjon_for_Digital_Post.pem
  • Directory.Build.props
  • ISSUE_TEMPLATE.md
  • LICENSE
  • README.md
  • SharedAssemblyInfo.cs
  • signingkey.snk.enc

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

dotnet

View Details ▼

Cross platform .NET tools for .NET Core.
Some subcommands such as `build` have their own usage documentation.

dotnet new {{template_short_name}}

Initialize a new .NET project:

dotnet restore

Restore NuGet packages:

dotnet run

Build and execute the .NET project in the current directory:

// repository documentation