1.0.5 • Published 5 months ago

@vojtechjurasek/ecomail-nodejs v1.0.5

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

ecomail-nodejs

Node.js client for Ecomail API

Installation

npm install @vojtechjurasek/ecomail-nodejs

Usage

import { EcomailClient } from '@vojtechjurasek/ecomail-nodejs';

// Basic usage
const client = new EcomailClient({
  apiKey: 'your-api-key'
});

// Advanced usage with all options
const client = new EcomailClient({
  apiKey: 'your-api-key',
  responseType: 'jsona',
  server: 'https://api2.ecomailapp.cz',
  query: { custom: 'parameter' },
  debug: true
});

Development

  1. Clone the repository
  2. Install dependencies: npm install
  3. Build the package: npm run build
  4. Run tests: npm test

License

MIT

1.0.5

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