univis-api
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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' })

/univis-api/

    Package Sidebar

    Install

    npm i univis-api

    Weekly Downloads

    31

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    25 kB

    Total Files

    34

    Last publish

    Collaborators

    • fekide-bot
    • sargreal