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
OneBlink Command Line Interface (CLI)
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 Software Development Kit (SDK)
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
Feedback sent
We appreciate your effort and will try to fix the article