Platform 6 C# client
This repository is a Platform 6 client aiming to help the development a service in C#. It exposes, among others, methods to facilitate the communication with a Platform 6 instance.
Platform 6 client depends on:
- Microsoft .Net Framework (version >= 4),
- Microsoft .Net Core (version >= 2),
- Platform 6 (version
5.17.0
and higher)
You can install the Platform 6 .Net client from the NuGet repository using PackageManager:
PM> Install-Package Platform6.Client
You can find an example of a service using this library here.
You will find the documentation of the methods exposed in the section API.
Please refer to changelog to see the descriptions of each release.
MIT © Platform 6