0.4.4 • Published 1 year ago

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

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

0.4.3

1 year ago

0.4.1

2 years ago

0.4.2

2 years ago

0.2.3

3 years ago

0.1.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.10

4 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.13

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

4 years ago

0.0.16

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.1

4 years ago