1.0.2 • Published 2 years ago

coreend-sdk v1.0.2

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

Key Features

  • Full access to the no-code backend
  • Handles all authentication (including tokens) automatically in the background
  • Fully documentated
  • Fast and simple to use

How To Use

Checkout the Documentation.

# install the package
$ yarn add coreend-sdk
# or
$ npm install coreend-sdk
// initialize the sdk
import { initCoreEnd } from 'coreend-sdk';

const projectId = 123456;

initCoreEnd(projectId);

Now you can use all the features of CoreEnd.

// example: get documents from resource
import { resourceDocs } from 'coreend-sdk';

const resourceId = 123456;

resourceDocs(resourceId).get();
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago