1.0.6 • Published 5 months ago

@empress_eco/sdk v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@empress_eco/sdk

Official TypeScript/JavaScript SDK for the Empress Platform - Auto-generated from 3,452+ business functions.

Installation

npm install @empress_eco/sdk

Usage

import { DefaultApi, Configuration } from '@empress_eco/sdk';

const config = new Configuration({
  basePath: 'https://tkyoamipcnoimlxxtkuh.supabase.co/functions/v1',
  apiKey: 'emp_your_key_here'
});

const api = new DefaultApi(config);

// Create a customer
const response = await api.businessLogicPost({
  doctype: 'Customer',
  operation: 'create',
  data: {
    name: 'Acme Corporation',
    email: 'contact@acme.com'
  }
});

Features

  • 3,452+ Business Functions - Complete business automation
  • Auto-generated - Always up-to-date with latest API
  • Type Safety - Full TypeScript support
  • Pay-per-use - $0.02 per API call, no subscriptions

Documentation

Full documentation: https://docs.empress-platform.com/sdk/typescript

1.0.6

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago