0.1.4 • Published 3 years ago

@base-sdk/scene-store v0.1.4

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

base-sdk

BASE SDK scene-store

Installation

yarn add @base-sdk/scene-store

Usage

import { SceneStoreService, SceneRecord } from "@base-sdk/scene-store";

const service = new SceneStoreService();

// when authenticated
service.list();
service.register({
    /* ... */
});

const sharedSceneInfo: SceneRecord = await service.getShared("shared-scene-id");

What is BASE?

Base is an opensource firebase alternative for building enterprise level applications. the backend runs on lambda as MSA, and you can self-host it if you want. the backend is available at gridaco/base

Follow us & Learn more

0.1.2

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago

0.0.0

4 years ago