lunakv / matrix-dotnet-sdk

A matrix client library in .NET (C#)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Matrix .NET SDK #dotnet:half-shot.uk

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.

How to Use

Build Status

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

Documentation is covered for the Client (and some of the API), however no online resources exist yet.

Reporting Issues

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

Projects using the SDK

(If you are using it and want to get listed, send a pull request in 😄 )

About

A matrix client library in .NET (C#)

License:MIT License


Languages

Language:C# 100.0%