Skip to content

QClient.NET is a lightweight and easy to use .Net client for the DasKeyboard Q API

License

Notifications You must be signed in to change notification settings

wedge206/DasKeyboardQClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DasKeyboard QClient.NET

Build status NuGet

QClient.NET is a lightweight and easy to use .Net client for the DasKeyboard Q API

Usage

Create a Local Client

Note: Limited endpoints available on local client

var client = new LocalQClient();

You can also optionally specify a custom hostname and/or custom port number:

var client = new LocalQClient("myhostname", 27302);

Create an Authenticated Cloud Client

All authentication and token handling is automatic

var client = new CloudQClient("CLIENTID", "SECRET");

Create an UnAuthenticated Cloud Client

Note: Limited endpoints available when not authenticated

var client = new CloudQClient();

About

QClient.NET is a lightweight and easy to use .Net client for the DasKeyboard Q API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages