1.0.22 • Published 11 months ago

@apiclient.xyz/letterxpress v1.0.22

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

@apiclient.xyz/letterxpress

an unofficial API package for the letterxpress API

Availability and Links

Usage

Use TypeScript for best in class intellisense.

letterxpress implements the LXP API documented here: LXP API Documentation

import * as letterxpress from '@apiclient.xyz/letterxpress';

const account = new letterxpress.LetterXpressAccount({
  email: 'myemail@example.com',
  apiToken: 'abcdefghijklmnop1234567890',
});

Contributing

Contributions, bug reports, and feature requests are welcome! Please open an issue or submit a pull request at Code.Foss.Global.

MIT licensed | © Task Venture Capital GmbH