You can reference the C# API wrapper as a library from Visual Studio. Adding the wrapper as a library enables you to call API functions without having to set up web requests and look up the required URL or query string parameters.
Steps
-
In Visual Studio, select View > Solution Explorer.
-
Right-click the References folder and select Add Reference.
-
In the Add Reference window, select the Browse tab.
-
Locate and select the
VeracodeC#API.exe
file. -
Import the
com.veracode.apiwrapper
namespace. -
Optionally, complete these steps to display the API wrapper documentation in the Visual Studio interface. The documentation XML file must be in the same directory as the
VeracodeC#API.exe
file.a. In Solution Explorer, expand the References folder.
b. Double-click VeracodeC#API.exe.