OneBlink Developer Resources

Modified on Fri, 10 Jul at 4:09 PM

OneBlink provides developer tools to help you work with OneBlink services programmatically. This article outlines where to find the OneBlink Command Line Interface (CLI) and Software Development Kits (SDKs), including installation commands and links to the relevant GitHub documentation.


TABLE OF CONTENTS


The OneBlink CLI can be installed using npm.

Installation

npm install -g @oneblink/cli

Usage

Run the following command to view usage information:

oneblink --help

For more detailed information, see the OneBlink CLI GitHub repository.


OneBlink SDKs are available for NodeJS and .Net.

NodeJS

Install the NodeJS SDK using npm:

npm install @oneblink/sdk --save

For more detailed information, see the OneBlink NodeJS SDK GitHub documentation.

.Net

Install the .Net SDK using the following command:

dotnet add package OneBlink.SDK

For more detailed information, see the OneBlink .Net SDK GitHub documentation.


Getting Help

If you need any assistance with OneBlink Developer Resources, please reach out through the Report Issue menu or email support@oneblink.io.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article