Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nils-kt/letterxpress
Letterxpress.de Library
https://github.com/nils-kt/letterxpress
codeastronauts letterxpress library mail-delivery
Last synced: about 2 months ago
JSON representation
Letterxpress.de Library
- Host: GitHub
- URL: https://github.com/nils-kt/letterxpress
- Owner: nils-kt
- License: mit
- Created: 2021-05-25T19:31:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-28T10:56:34.000Z (over 1 year ago)
- Last Synced: 2023-09-28T13:19:40.602Z (over 1 year ago)
- Topics: codeastronauts, letterxpress, library, mail-delivery
- Language: C#
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Letterxpress
Letterxpress.de LibraryImportant links:
* [Quick Start](https://github.com/codeastronauts/Letterxpress/wiki/Quick-Start)
* [Create sandbox account](https://sandbox.letterxpress.de/anmelden/)## Usage
The usage is simple. Here is an example of how your balance is displayed.
![](https://i.imgur.com/lm4T1Wa.png)## Example
![](https://i.imgur.com/ugtybKL.png)
### Result
![](https://i.imgur.com/19krPSp.png)## API coverage
| Endpoint | Implemented |
|------------|-------------|
| getPrice | ✅ |
| getBalance | ✅ |
| getJobs/queue | ❓ (Testing not yet possible) |
| getJobs/sent | ❓ (Testing not yet possible) |
| getJobs/deleted | ✅ |
| getJobs/queue/(int)days | ❓ (Testing not yet possible) |
| getJobs/sent/(int)days | ❓ (Testing not yet possible) |
| getJobs/deleted/(int)days | ✅ |
| getJobs/hold | ❓ (Testing not yet possible) |
| getJobs/timer | ✅ |
| getJob/(int)id | ✅ |
| setJob | ✅ |
| updateJob/(int)id | ✅ |
| deleteJob/(int)id | ✅ |
| listInvoices | ❌ |
| getInvoice | ❌ |
| getInvoice/(int)id | ❌ |