# novum-cloud-api-client

> To use novum-batteries cloud api.

Latest version **1.0.5** (published 2023-01-18) · ISC license · 0 weekly downloads

## Install

```sh
npm install novum-cloud-api-client
pnpm add novum-cloud-api-client
yarn add novum-cloud-api-client
bun add novum-cloud-api-client
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.5 |
| Published | 2023-01-18 |
| First published | 2023-01-18 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 9 |
| Unpacked size | 137.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | jens.haupt.eu@gmail.com |
| Maintainers | neptuntriton |
| Keywords | novum-batteries.com, api |

## Links

- npm: https://www.npmjs.com/package/novum-cloud-api-client
- npm.io page: https://npm.io/package/novum-cloud-api-client

## Dependencies (9)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [form-data](https://npm.io/package/form-data.md) ^3.0.0
- [node-fetch](https://npm.io/package/node-fetch.md) ^2.6.7
- [with-query](https://npm.io/package/with-query.md) ^1.3.0
- [@types/node](https://npm.io/package/@types/node.md) ^18.11.18
- [@types/lodash](https://npm.io/package/@types/lodash.md) ^4.14.191
- [@types/form-data](https://npm.io/package/@types/form-data.md) ^2.5.0
- [@types/node-fetch](https://npm.io/package/@types/node-fetch.md) ^2.6.2
- [@auth0/auth0-spa-js](https://npm.io/package/@auth0/auth0-spa-js.md) ^2.0.2

## Recent versions

- 1.0.5 (latest) — 2023-01-18
- 1.0.4 — 2023-01-18
- 1.0.3 — 2023-01-18
- 1.0.2 — 2023-01-18
- 1.0.1 — 2023-01-18
- 1.0.0 — 2023-01-18

## README

This is the Novum API client library for js and ts.


## Installation

```bash
```bash
   npm install novum-cloud-api-client

   yarn add novum-cloud-api-client
```

## Usage

```ts
import { APIClient } from 'novum-cloud-api-client';

const apiClient = new APIClient();

(async () => {
  try {
    await apiClient.login('YourEMail', 'YourPassword');

    const batteryTypes = await apiClient.getBatteryTypes();
    console.log(batteryTypes);

  } catch (e) {
    console.error(e);
  }
})();

```

---
_Source: https://npm.io/package/novum-cloud-api-client · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
