Kivera Sdk 1.21.0 | Coderz Repository

kivera-sdk 1.21.0

Last updated:

0 purchases

kivera-sdk 1.21.0 Image
kivera-sdk 1.21.0 Images

Free

Languages

Categories

Add to Cart

Description:

kiverasdk 1.21.0

Kivera SDK
Python library to interact with the Kivera Graphql API
Installation
pip install kivera-sdk

Example Usage
import kivera
import json

creds = "/path/to/user-api-key.json"
with open(creds) as f:
creds_json = json.load(f)
client = kivera.Client(credentials=creds_json)
print(client.ListOrganizationPolicyFunctions())
print(client.ListRulesV4())

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.