This project provides a SDK for interfacing with the Matrix Protocol.
It has support for a limited subset of the C2S and AS APIs presently. Support for new endpoints is easy to add, so please ask if you want a endpoint to be added.
The SDK is built against netstandard2.0
, and will work with .NET core projects.
A nuget exists for this project at https://www.nuget.org/packages/Half-Shot.Matrix
You can install the package via dotnet
:
dotnet add package Half-Shot.Matrix --version 0.1.5
or for Visual Studio Package Manager
:
Install-Package Half-Shot.Matrix -Version 0.1.5
Documentation is covered for the Client (and some of the API), however no online resources exist yet.
Please report bugs/features through the github issue tracker.
If you have a pressing issue, you can find me on matrix as @Half-Shot:half-shot.uk
(If you are using it and want to get listed, send a pull request in :smile: )