Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/half-shot/matrix-dotnet-sdk
A matrix client library in .NET (C#)
https://github.com/half-shot/matrix-dotnet-sdk
Last synced: 3 months ago
JSON representation
A matrix client library in .NET (C#)
- Host: GitHub
- URL: https://github.com/half-shot/matrix-dotnet-sdk
- Owner: Half-Shot
- License: mit
- Created: 2016-03-18T23:16:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:01:44.000Z (about 2 years ago)
- Last Synced: 2024-09-29T13:16:38.039Z (4 months ago)
- Language: C#
- Size: 139 KB
- Stars: 62
- Watchers: 7
- Forks: 24
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matrix .NET SDK [![#dotnet:half-shot.uk](https://img.shields.io/matrix/dotnet:half-shot.uk.svg?server_fqdn=matrix.half-shot.uk&label=%23dotnet:half-shot.uk&logo=matrix)](https://matrix.to/#/#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](https://travis-ci.org/Half-Shot/matrix-dotnet-sdk.svg?branch=master)](https://travis-ci.org/Half-Shot/matrix-dotnet-sdk)
A nuget exists for this project at https://www.nuget.org/packages/Half-Shot.Matrix
You can install the package via `dotnet`:
```shell
dotnet add package Half-Shot.Matrix --version 0.1.5
```or for `Visual Studio Package Manager`:
```shell
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](https://matrix.to/#/@Half-Shot:half-shot.uk)
## Projects using the SDK
(If you are using it and want to get listed, send a pull request in :smile: )
- [matrix-card-bot](https://github.com/Half-Shot/matrix-card-bot)
- [matrix-mpd-dj](https://github.com/Half-Shot/matrix-mpd-dj)
- [matrix-cache](https://github.com/Half-Shot/matrix-cache)