1.0.5 • Published 10 months ago
@vojtechjurasek/ecomail-nodejs v1.0.5
ecomail-nodejs
Node.js client for Ecomail API
Installation
npm install @vojtechjurasek/ecomail-nodejsUsage
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
- Clone the repository
- Install dependencies:
npm install - Build the package:
npm run build - Run tests:
npm test
License
MIT