/OmniCore-Sample-Apps

repo with sample code in popular languages showing how to consume OmniCore APIs

Primary LanguagePythonApache License 2.0Apache-2.0

OmniCore-Sample-Apps

Sample codes in popular languages showing OmniCore SDK usage

Python

Install it via:

pip install git+https://github.com/korewireless/OmniCore-Python-SDK.git

you may need to run pip with root permission:

`sudo pip install git+https://github.com/korewireless/OmniCore-Python-SDK.git`

Note:Pydantic 2.x.x doesnt work currently with python SDK please install pydantic version 1.x.x(ex: pip install pydantic==1.10.12) More Details

CSharp

Usage

Adds or updates a package reference in your project by running below command

dotnet add package KORE-Wireless.OmniCore --version 2.4.0

More Details

Go

Usage

Install it via:

go get "github.com/korewireless/OmniCore-Go-SDK"

More Details

JavaScript

Usage

npm

Install it via:

npm install https://github.com/korewireless/OmniCore-JavaScript-SDK

More Details