Veracode provides API wrappers for Java and C# to simplify the integration of the Veracode APIs.
API wrappers are language-specific kits or packages that wrap sets of API calls into easy-to-use functions. The wrapper programmatically calls multiple API calls without requiring user interaction, further automating projects.
The Veracode API wrappers are Veracode-developed CLI programs that can communicate with the Veracode APIs accelerating the integration of the Veracode APIs in your Software Development Life Cycle. The CLI programs are available in both C# and Java versions. The wrapper manages the details of network connections, parameters, and interfaces so that you can focus on using the objects to integrate Veracode into your code. The content of the wrappers is commonly used as library or command-line tools.