2025-04-28 08:58:37 +00:00
# @apiclient.xyz/letterxpress
2019-11-13 17:21:52 +01:00
an unofficial API package for the letterxpress API
2025-04-28 08:58:37 +00:00
## Availability and Links
* [npm package ](https://www.npmjs.com/package/@apiclient.xyz/letterxpress )
* [Source code (Code.Foss.Global) ](https://code.foss.global/apiclient.xyz/letterxpress )
* [Issue tracker ](https://code.foss.global/apiclient.xyz/letterxpress/issues )
2019-11-13 17:21:52 +01:00
## Usage
2019-11-18 16:18:58 +00:00
Use TypeScript for best in class intellisense.
letterxpress implements the LXP API documented here: [LXP API Documentation ](https://www.letterxpress.de/briefe-uebertragen/api )
2019-11-13 17:21:52 +01:00
2019-11-18 16:26:01 +00:00
```typescript
2025-04-28 08:58:37 +00:00
import * as letterxpress from '@apiclient .xyz/letterxpress';
2019-11-18 16:26:01 +00:00
const account = new letterxpress.LetterXpressAccount({
email: 'myemail@example .com',
2022-06-16 03:29:41 +02:00
apiToken: 'abcdefghijklmnop1234567890',
});
2019-11-18 16:26:01 +00:00
```
2025-04-28 08:58:37 +00:00
## Contributing
2019-11-13 17:21:52 +01:00
2025-04-28 08:58:37 +00:00
Contributions, bug reports, and feature requests are welcome! Please open an issue or submit a pull request at [Code.Foss.Global ](https://code.foss.global/apiclient.xyz/letterxpress/issues ).
2019-11-13 17:21:52 +01:00
2025-04-28 08:58:37 +00:00
> MIT licensed | © Task Venture Capital GmbH