Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Penlo/skuvault-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SKUVAULT-PYTHON

A Python library for the SkuVault API

More documentation for the SkuVault API can be found at https://dev.skuvault.com/reference

Installation

pip install skuvault

Example Usage

import skuvault.api as sv

payload = {
    "TenantToken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
    "Usertoken": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}

response = sv.getInventoryByLocation(payload)

print(response)

Responses are returned as JSON Objects

About

A Python library for the SkuVault API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages