This extension works around the official sevdesk api. It helps interacting with this api, all easy and typesafe.
Current version: v0.0.3
All of these feature/functions are directly taken from the official sevdesk API Documentation. Still this package is not supported by sevdesk GmbH in any kind or way.
It is just a package I used to automate the interaction with sevdesk for our finda service.
Install this package as you would install every other npm package.
With npm:
npm install sevdesk-api-wrapper
With yarn:
yarn add sevdesk-api-wrapper
Official sevdesk API documentation
This package aims to grant full typesafe support for the whole sevdesk api:
sevdesk Feature | Supported? |
---|---|
Basics | ✅ |
CheckAccount | ✅ |
CheckAccountTransaction | ✅ |
AccountingContact | ✅ |
CommunicationWay | ❌ |
ContactAddress | ❌ |
Contact | ❌ |
ContactField | ❌ |
CreditNote | ❌ |
CreditNotePos | ❌ |
Export | ❌ |
Part | ❌ |
Invoice | ❌ |
InvoicePos | ❌ |
Layout | ❌ |
Order | ❌ |
OrderPos | ❌ |
Voucher | ❌ |
VoucherPos | ❌ |
Report | ❌ |
Tag | ❌ |
sevdesk-Update 2.0 | ❌ |
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.