Skip to content

lemonwaysas/csharp-client-directkit-json2

Repository files navigation

⚠️WARNING: This client is deprecated⚠️

LemonWay .NET Core tutorial

This is a console application developed and tested on a Linux machine using the .NET Core platform.

It calls the GetWalletDetails service and display the details information of the wallet sc.

It is a very basic application, to demonstrate how easy to access to the LemonWay service. However, in real project you should use the LemonWayService library

ASP.NET MVC developer might interested in

https://github.com/lemonwaysas/aspdotnet-client-directkit-json2

There, you will also find the LemonWayService library - a more advance LwService helper than the one used here.

How to run

  1. Edit the LwService.cs. Put your DIRECTKIT_URL (json2), LOGIN and PASSWORD
  2. Run the example:
dotnet run

Time to play!

The example is only the basic, you can play with our API by calling other services. For example:

Side notes

  • You can only call the LemonWay service from your server which has been whitelisted.
  • It is not the only way to access to our API, feel free to use your own library.

About

Access to directkit via .NET Core example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages