0.2.9 • Published 8 months ago

qbank3api-typescript v0.2.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
8 months ago

qbank3api-typescript

A TypeScript-Wrapper for QBank 3's API. Provides a simple way to communicate with QBank 3 from TypeScript

Contribute

This is a very early version of this wrapper and it's a port from the official PHP-Wrapper

It's highly appreciated if you want to contribute to this project.

Usage

import {QbankApi} from 'qbank3api-typescript';

const qbankApi = new QbankApi(config.qbankApi.apiEndpoint, {
  username: '<YOUR_API_USERNAME>',
  password: '<YOUR_API_PASSWORD>',
  clientId: '<YOUR_API_CLIENT_ID>',
});
await qbankApi.connect();
await qbankApi.media().updateProperties(mediaId, [
  {
    key: 'product_data',
    value: JSON.stringify(productData),
  },
]);
0.2.9

8 months ago

0.2.8

8 months ago

0.2.7

8 months ago

0.2.6

8 months ago

0.2.5

8 months ago

0.2.4

8 months ago

0.2.3

8 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.1.1

8 months ago

0.1.0

8 months ago