Skip to content

A minimal REST API (example) for the konto_check library by Michael Plugge based on ASP.NET Core 3.1.

License

Notifications You must be signed in to change notification settings

hihain/KontoCheckRestApi

Repository files navigation

KontoCheckRestApi

A minimal REST API (example) for the konto_check library by Michael Plugge based on ASP.NET Core 3.1. The REST API can be tested using swagger. Currently, there are two routes: one requires an IBAN and another Kto/BLZ to return the following information:

{
  "kontonummer": "string",
  "bankleitzahl": "string",
  "iban": "string",
  "bic": "string",
  "hinweis": "string"
}

Debugging

Use Visual Studio 2019 to debug. Release setting work out of the box, for debugging you need to compile and install the konto_check library manually in the docker container. It might be necessary to comment out the library initialization in the Startup.cs.

Release

Just build and run using docker.

Updating

The blz.lut file should be updated from time to time. All konto_check related files can be found in the folder with that name.

References

About

A minimal REST API (example) for the konto_check library by Michael Plugge based on ASP.NET Core 3.1.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages