coreend-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published



CoreEnd SDK

An SDK for the No-Code Backend - CoreEnd. Simplifies and speeds up your work.


NPM package

Key FeaturesHow To Use

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();

Readme

Keywords

Package Sidebar

Install

npm i coreend-sdk

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

149 kB

Total Files

20

Last publish

Collaborators

  • descendingsystems