fredhsu / cvpgo

CVP REST API bindings in Go
MIT License
1 stars 1 forks source link

Incorrect container assignment in AddInventory #1

Closed networkop closed 6 years ago

networkop commented 6 years ago

Hey Fred, I think i've found the issue. i compared your client to the official python one (cvprac) and I saw how they set these two variables: 'containerName' : parent_name, 'containerId' : parent_key, in your case, you statically set the parent key to 'root'. Are you accepting pull requests?