0.4.4 • Published 3 months ago

@doc-gen/dg-data-provider-azuredevops v0.4.4

Weekly downloads
-
License
-
Repository
github
Last release
3 months ago

dg-data-provider-azuredevops

npm version

License: MIT

Chat on Discord

An azuredevops data provider using the document generator interface. supported modules:

  • managment - a module for retriving general purpose data, for example: number of projects and projects detailes.
  • git - a module for retriving git related data, for example: commit detailes, branches etc.
  • pipelines - a module for retriving pipelines data, for example: pipline history, pipline details etc.
  • tests - a module for retriving tests data, for example:testplans list, test steps etc.
  • tickets - a module for retriving tickets data, for example: open tickets, tickets list by query results etc.

Installation:

npm i @doc-gen/dg-data-provider-azuredevops

Usage:

import DgDataProviderAzureDevOps from "@doc-gen/dg-data-provider-azuredevops";

let dgDataProviderAzureDevOps = new DgDataProviderAzureDevOps(
      orgUrl,
      token
    );
    let gitDataProvider = await dgDataProviderAzureDevOps.getGitDataProvider();

Contributors:

0.4.4

3 months ago

0.4.3

3 months ago

0.4.1

9 months ago

0.4.2

9 months ago

0.2.3

2 years ago

0.1.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago