Skip to content
This repository was archived by the owner on Apr 22, 2026. It is now read-only.

Repository files navigation

DEPRECATED: 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();
}

About

Javascript Parking Boss API wrapper

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages