1.1.1 • Published 3 years ago

dsnet v1.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

DSNET API 🌆

A simple wrapper for AGH University of Science and Technology Dormitories API.

install size

Highlights

  • Well documented (unlike the DSNET API itself - yeah, I'm lookin' at ya DSNET.)
  • Easy to use, asynchronous API
  • Full API coverage
  • Super lightweight
  • Written and typed in TypeScript

Install

$ npm install dsnet

Usage

import DSNET from 'dsnet';

const api = new DSNET('OAUTH2_TOKEN');

(async () => {
	
	const userInfo = await api.getUserInfo();

})();
1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago