1.7.0 • Published 3 years ago

@oblax/sdk-js v1.7.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Oblax Javascript SDK

Oblax is a cloud platform created by BeyondBasics that provides logic for your high-productivity business apps. With oblax, you can quickly build an E-commerce, CRM, ERP, project management, or even a hybrid in-between solution that entirely serves your business needs.

Oblax provides the so-called backend blocks for your app, and additionally libraries like this one to make things easier on the front-end.

This SDK was created with intention to make frontend integration with the Oblax cloud services seamless.

Instalation

To install oblax javascript SDK run:

npm i @oblax/sdk-js

Usage

To start using the Oblax SDK, you first need to create an SDK instance, like this:

import { Oblax } from "@oblax/sdk-js";

var config = {
    apiKey: APP_API_KEY,
    baseUrl: APP_API_URL
};

const oblax = new Oblax(config);

Covered API blocks

Right now the javascript SDK covers the following Oblax blocks:

  • Auth
  • Bookmarks
  • Categories
  • Companies
  • Forms
  • Lists
  • E-commerce Products
  • E-commerce Orders
  • E-commerce Orders Delivery Timeslots
  • E-commerce Orders Delivery Schedule
  • E-commerce Prices
  • E-commerce Promotions
  • E-commerce Shopping Carts
  • Users
  • Warehouse
  • Statistics
  • Pages
  • Server Side Events

Links

1.7.0

3 years ago

1.6.4

3 years ago

1.6.3

3 years ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.4.0

3 years ago

1.3.4

3 years ago

1.3.3

3 years ago

1.3.2

3 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.3.1

4 years ago

1.2.2

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago