https://github.com/uwp-squad/gitter-api-pcl
Gitter# provide you the minimum code you need to use the Gitter API
https://github.com/uwp-squad/gitter-api-pcl
csharp gitter gitter-api nuget-packages pcl reactive
Last synced: 5 months ago
JSON representation
Gitter# provide you the minimum code you need to use the Gitter API
- Host: GitHub
- URL: https://github.com/uwp-squad/gitter-api-pcl
- Owner: uwp-squad
- License: apache-2.0
- Created: 2015-09-27T09:31:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-28T14:59:41.000Z (over 8 years ago)
- Last Synced: 2025-12-05T20:06:44.662Z (6 months ago)
- Topics: csharp, gitter, gitter-api, nuget-packages, pcl, reactive
- Language: C#
- Homepage: https://www.nuget.org/packages/gitter-api-pcl
- Size: 710 KB
- Stars: 21
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gitter-api-pcl [](https://gitter.im/Odonno/gitter-api-pcl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://www.nuget.org/packages/gitter-api-pcl/)
[](https://ci.appveyor.com/project/Odonno/gitter-api-pcl)
*Gitter#* provide you the minimum code you need to use the Gitter API. Using .NET Standard 1.1, you can use *Gitter#* on these platforms :
* Windows 8.1 (Store Apps)
* Windows Phone 8.1
* Windows 10
* .NET Framework 4.5
* Xamarin.Android
* Xamarin.iOS
* .NET Core 1.0
The documentation is available in separate files dedicated to the possibilities of the package :
* [Authentication](/docs/auth.md), explains how to authenticate to the Gitter API and retrieve a token using [gitter-api-auth](https://github.com/Odonno/gitter-api-auth) package
* [Usual API](/docs/usual.md), the default API that returns async Tasks
* [Reactive API](/docs/reactive.md), a reactive version of the default API
* [Webhook](/docs/webhook.md), a way to use Webhook through Gitter
* [Realtime](/docs/realtime.md), the true realtime experience
* [Upload images](/docs/upload-images.md), explains how to upload images