2.1.0 • Published 2 years ago

@pndewit/azure-api-client v2.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@pndewit/azure-api-client

A tiny client to communicate with the Azure API.

Installation

npm install --save @pndewit/azure-api-client

Usage

// Import the package
import AzureAPI from '@pndewit/azure-api-client';

// Set up a client instance with default values for all API requests
const azureAPI = new AzureAPI('my_personal_access_token', 'https://dev.azure.com/my_organization/', 'my_project');

// Start using the client
const repository = await azureAPI.repositories.get('my-repository');
2.1.0

2 years ago

2.0.5

3 years ago

2.0.3

3 years ago

2.0.4

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.0

3 years ago