Skip to content

korewireless/OmniCore-Sample-Apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

108 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors