Skip to content

JustSlone/vsts-wit-reporting-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vsts-wit-reporting-example

Example project for consuming the VSTS WIT Reporting APIs

It is primarily an example of how to use the WIT Reporting REST APIs, but also includes inserting the results into a datbase and storing them as JSON files.

REST to JSON Example:

VSTS.WIT.Reporting.exe --sourceProvider VstsRest --account https://{account}.visualstudio.com --username {username} --personalAccessToken {personalAccessToken} --targetProvider JsonFile --targetPath "C:\workItems"

JSON to SQLite Example:

VSTS.WIT.Reporting.exe --sourceProvider JsonFile --sourcePath "C:\Temp\workItems" --targetProvider SQLite --databaseFile "C:\workItems.sqlite"

About

Example project for consuming the VSTS WIT Reporting APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%