Skip to content

pct-tr22/vso-node-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vso-node-api

Node client for Visual Studio Online/TFS REST APIs

Goals and Scope

  • Complete coverage: All VSO services and resources
  • Always up to date: Generated and released every sprint by the Visual Studio Online team
  • Share what we use: Used by our apps including the VSO build agent
  • Patterns: Use traditional node call back patterns or Q Promises. Async/Await when available in ts.
  • Definition Files: generate typescript d.ts files for all services
  • Authentication Flows: Alternate Credentials, Personal Access Tokens and OAuth flows
  • Versioning and Negotiation: Same versioning mechanism and negoation as the other VSO clients. Shares code/logic with VSO web UI code

About

Node client for Visual Studio Online/TFS REST APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • JavaScript 0.1%