veracode / veracode-api-py

Python helper library for working with the Veracode APIs. Handles retries, pagination, and other features of the modern Veracode REST APIs.
MIT License
17 stars 24 forks source link

Allow for setting incremental and partial parameters #48

Closed Gby56 closed 1 year ago

Gby56 commented 1 year ago

This is the main issue with the user API and the Team API, no matter how I try, the current operations are both locked to partial and incremental = True, so you can only add things and never remove them.