ASP.Net C# SDK

An SDK for ASP.Net is available as a community project on Github.

Installation

RobinApi.Net can easily be installed using the NuGet package

Install-Package RobinApi

Getting started

Once you have an access token, you can instantiate the RobinApiClient class to easily make API calls:

RobinApiClient client = new RobinApiClient("my token");
Presence[] presence = await client.GetSpacePresence(mySpaceId);