Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 973 Bytes

09.Third-party-API-wrappers.md

File metadata and controls

24 lines (13 loc) · 973 Bytes

3rd Party API Wrappers

You can also access the Gitter API through one of the 3rd party libraries that may be more suitable to use in your language, platform, and environment.

.NET (C#)

  • Gitter# - provides a Gitter API interface for use in Windows (Phone) apps, .NET Framework and Xamarin platforms
    • Gitter# Auth - provides you a way to retrieve Token through OAuth2 process

Java

  • GitterJavaSDK - a Java wrapper for the Gitter API allowing synchronous, asynchronous and reactive access.

Go

PHP

  • gitter-api - Gitter API implementation for php 7.0+ allowing sync, async and streaming access.

Python

  • gitterpy - Python interface for the Gitter API