# baselinker-api

> It's simple library, that helps to work with baselinker api in javascript/typescript.

Latest version **0.1.2** (published 2020-03-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install baselinker-api
pnpm add baselinker-api
yarn add baselinker-api
bun add baselinker-api
```

## Health

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

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

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.2 |
| Published | 2020-03-09 |
| First published | 2019-11-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 25.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Dominik Aksamit |
| Maintainers | daksamit |
| Keywords | baselinker, baselinker-api |

## Links

- npm: https://www.npmjs.com/package/baselinker-api
- Repository: https://github.com/daksamit/baselinker-api
- Homepage: https://github.com/daksamit/baselinker-api#readme
- Issues: https://github.com/daksamit/baselinker-api/issues
- npm.io page: https://npm.io/package/baselinker-api

## Dependencies (1)

- [request](https://npm.io/package/request.md) ^2.88.0

## Recent versions

- 0.1.2 (latest) — 2020-03-09
- 0.1.1 — 2020-03-09
- 0.0.7 — 2020-01-19
- 0.0.5 — 2019-12-05
- 0.0.4 — 2019-12-03
- 0.0.3 — 2019-11-29
- 0.0.2 — 2019-11-29
- 0.0.1 — 2019-11-22

## README

# baselinker-api

It's simple library, that helps to work with baselinker api in javascript/typescript.

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Support](#support)
- [Contributing](#contributing)

## Installation

Add dependency to your project:

```sh
yarn add baselinker-api
```

## Usage

Here is an example how to use:

```ts
import { baselinkerClient, types } from 'baselinker-api'

const token = '1234-56789-8JGKELWOIRJD8JWJQJB0DKEILBJLKSD3WJLKJEJIO3NC'
const options = { token }
const client = baselinkerClient(options)

const storages: types.Storages[] = await client.getStoragesList()
// or
const orderStatusList: types.OrderStatusResponse = await client.request('getOrderStatusList')
```

You can read more on [api.baselinker.com](https://api.baselinker.com).

## Support

Please [open an issue](https://github.com/daksamit/baselinker-api/issues/new) for support.

## Contributing

Please contribute using [Github Flow](https://guides.github.com/introduction/flow/). Create a branch, add commits, and [open a pull request](https://github.com/daksamit/baselinker-api/compare/).

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