2.2.0 ā€¢ Published 4 months ago

@philippdormann/elternportal-api v2.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

@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);
2.2.0

4 months ago

2.1.4

4 months ago

2.1.3

4 months ago

2.1.2

4 months ago

2.1.1

4 months ago

2.1.0

10 months ago

2.0.1

1 year ago

2.0.0

1 year ago