Skip to content

TonyHernandezAtMS/vsts-rest-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status dependencies Status devDependencies Status Coverage Status npm version MIT license

vsts-rest-ts

Typescript library for working with VSTS/TFS REST API

Installation

yarn add vsts-rest-ts

Example

import VSTSRestClient from "vsts-rest-ts";

const client = new VSTSRestClient(
    {
        endpoint: 'https://company.visualstudio.com',
        password: 'personal access token',
        project: 'OurProject',
        username: 'jimbob@company.com'
    },{
        error: console.log,
        info: console.log,
        verbose: console.log,
        warn: console.log
    });

About

Typescript library for working with VSTS/TFS REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors