@philippdormann/elternportal-api
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

@philippdormann/elternportal-api

🔌 unofficial APIs for connecting to *.eltern-portal.org URLs/ infoportal by art soft and more GmbH

Installation

pnpm i @philippdormann/elternportal-api

Usage

import { getElternportalClient } from "@philippdormann/elternportal-api";

const client = await getElternportalClient({
  short: "heraugy",
  username: "",
  password: "",
});
const letters = await client.getElternbriefe();
console.log(letters);

Readme

Keywords

none

Package Sidebar

Install

npm i @philippdormann/elternportal-api

Weekly Downloads

58

Version

2.3.0

License

MIT

Unpacked Size

23.8 kB

Total Files

7

Last publish

Collaborators

  • philippdormann