2.0.5 • Published 2 years ago

@pndewit/azure-api-client v2.0.5

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.0.5

2 years ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago