@tymber/client
v0.1.0
Published
Client module for the Tymber framework
Maintainers
Readme
Dependency-less client that can be used in a frontend project or for tests.
Table of contents
Installation
npm i @tymber/clientUsage
import { AdminClient } from "@tymber/client";
const client = new AdminClient("https://example.com");
await client.logIn({
username: "admin",
password: "changeit"
});