@oblax/sdk-js
v1.7.0
Published
**Oblax** is a cloud platform created by [BeyondBasics](https://beyonsbasics.co) 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 s
Downloads
5
Keywords
Readme
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
- Official website (oblax.io)
- Twitter (@BeyondBasicsCo)