Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages