0.0.3 • Published 12 months ago

univis-api v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

UnivIS API

This package creates a wrapper for the PRG export of the univis servers. It is inspired by michigg/univis_api.

Usage

Create a UnivIS client:

import { UnivISClient } from 'univis-api'

const client = new UnivISClient({ domain: 'univis.uni-bamberg.de' })

// Get Calendar events
client.getCalendar({ start: '2023-05-03', end: '2023-05-05' }).then(console.log)

// Manual request to get all faculties
client.request('departments', { name: 'Fakultät' })
0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago