2.0.5 • Published 5 months ago

@pndewit/azure-api-client v2.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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

5 months ago

2.0.3

5 months ago

2.0.4

5 months ago

2.0.2

5 months ago

2.0.1

5 months ago

2.0.0

5 months ago

1.0.0

5 months ago