0.0.14 • Published 2 years ago

@instabase.com/api v0.0.14

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 years ago

@instabase.com/api

This is the TypeScript API library for interacting with the Instabase API layer.

Getting started

yarn add @instabase.com/api
npm install -S @instabase.com/api

Usage

import { InstabaseAPI, Database } from '@instabase.com/api';

// Access all IB APIs
const ib = new InstabaseAPI({
    base: 'https://www.instabase.com',
    accessToken: process.env.IB_ACCESS_TOKEN,
});

// or if you only need a single API such as Database
const dbAPI = new Database({
    base: 'https://www.instabase.com',
    accessToken: process.env.IB_ACCESS_TOKEN,
});

Library design

If interested in learning why certain decisions were made around the design of this library you can take a look at the design doc.

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago