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

1.4.0 • Public • Published

Parking Boss API

This package adds managed access to the parking boss API. The API is relatively self documented by the types. In general you'll want to use it something like this:

import { Api } from "@parkingboss/api";

const api = Api({ client: "my-app" });

if (api.isLoggedIn()) {
  console.log(api);
} else {
  api.logIn();
}

This package expects to be run in a browser context. Refactoring for node has is an open TODO.

Readme

Keywords

Package Sidebar

Install

npm i @parkingboss/api

Weekly Downloads

45

Version

1.4.0

License

UNLICENSED

Unpacked Size

46.2 kB

Total Files

38

Last publish

Collaborators

  • crisfole
  • jpfohl
  • nlemesurier