Skip to content

Implementation of Finnotech services, supports .Net & .Net framework

Notifications You must be signed in to change notification settings

mjodeh/Finnotech-dot-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

Install-Package Newtonsoft.Json

Frameworks

  • .Net Core 2
  • .Net framework 4+

Usage example

var app = new FinnotechApplication()  
{  
    ApplicationCredentials = new ApplicationCredentials()  
    {  
        NationalId = "your national Id",  
        ApplicationId = "your application Id",  
        ApplicationSecret = "your application secret"  
    }  
};  
app.GetToken();  

General notes

All the functions output are boolean, if the result is true then the function succeeded otherwize it failed, in this case it will through an exception.

About

Implementation of Finnotech services, supports .Net & .Net framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages