1.6.2 ā€¢ Published 2 years ago

8base-sdk v1.6.2

Weekly downloads
109
License
MIT
Repository
github
Last release
2 years ago

8base SDK

Sign Up for 8Base šŸ¤˜ Documentation Home šŸ“‘ Getting Started šŸš€ 8base Plans

8base provides a set of client libraries that are helpful when building frontend applications using 8base as a backend.

Installation

The easiest way to install 8abse-sdk is to use NPM and install the package locally in your project, adding it to the package.json file:

$ npm install --save 8base-sdk

or, if you are using Yarn:

$ yarn add 8base-sdk

Getting Started

The 8base SDK is a collection of many different 8base module, like @8base/auth. Any of these packages can be installed independently if needed. Once the SDK is installed in a projects node_modules folder, it can be imported to necessary scripts.

/* Importing full SDK */
import eightBase from '8base-sdk';
// ...or
var eightBbase = require('8base-sdk');

/* Importing specific module */
import { Auth } from '8base-sdk';
// ...or
var Auth = require('8base-sdk').Auth;

SDK Modules

There are a number of SDK modules that can be imported and used in your scripts. Here we will continue to update a list of the core modules with brief descriptions, accompanied by links to repos with documentations.

  • Auth - For adding authentication to client-apps.
  • Client - For communicating with the workspace API.

Contributing

Like most great things, the 8base SDK is a work in progress. As a consequence of that, the SDK is constantly improving. Our SDK is public and open-sourced right here on GitHub. So whenever you want to, you could:

  1. Reporting an Issue: 8base uses GitHub Issue Tracking to track issues (primarily bugs and contributions of new code). If you've found a bug, this is the place to start.

  2. Fix an Issue: If you've not only found a problem in the SDK but also worked out the solution, please submit a pull request!

  3. Add Features: You can help improve the 8base SDK by adding awesome features. It's honestly an open-book. If you think something is useful, others probably will too.

We'll do our best to review, respond, and merge all contributions in a timely manner!

1.6.2

2 years ago

2.6.6

2 years ago

2.6.1

3 years ago

2.6.0

3 years ago

2.6.5

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

2.5.0

3 years ago

2.5.1

3 years ago

1.5.0

3 years ago

2.4.0

3 years ago

2.3.0

3 years ago

1.4.5

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

1.4.4

3 years ago

2.0.2

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.4.0

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.9

4 years ago

1.2.8

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

0.37.2

5 years ago