https://github.com/nordcloud/klarity-integrations-sdk
Klarity integrations SDK
https://github.com/nordcloud/klarity-integrations-sdk
Last synced: 5 months ago
JSON representation
Klarity integrations SDK
- Host: GitHub
- URL: https://github.com/nordcloud/klarity-integrations-sdk
- Owner: nordcloud
- Created: 2021-09-22T12:23:46.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-06T12:13:17.000Z (over 3 years ago)
- Last Synced: 2024-12-30T22:21:45.460Z (over 1 year ago)
- Language: Python
- Size: 260 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Klarity Integrations SDK Clients
This repository contains SDK for common languages to use with Klarity Integrations API
SDK Clients are generated automatically by the [OpenAPI Generator](https://openapi-generator.tech) project
every time the new version of API is being released.
## Golang
[go/integrations](./go/integrations) directory contains SDK for the GO programming language that allows to
connect with Klarity Integrations API.
you can import it with:
```bash
go get github.com/nordcloud/klarity-integrations-sdk/go/integrations
```
## Python
[python/integrations](./python/integrations) directory contains SDK for the Python programming language that allows to connect with Klarity Integrations API
you can import it using:
- pip:
```bash
pip install git+https://github.com/nordcloud/klarity-integrations-sdk.git#subdirectory=python/integrations
```
- pipenv
```bash
pipenv install "git+https://github.com/nordcloud/klarity-integrations-sdk.git#subdirectory=python/integrations&egg=integrations"
```