An open API service indexing awesome lists of open source software.

https://github.com/teamwertarbyte/sevdesk-api-client

API client for sevDesk.
https://github.com/teamwertarbyte/sevdesk-api-client

api-client sevdesk

Last synced: about 1 month ago
JSON representation

API client for sevDesk.

Awesome Lists containing this project

README

        

# Sevdesk API Client

Client for the [Sevdesk API][sevdesk-api] written in TypeScript.

## Usage

```js
import SevdeskApiClient from '@wertarbyte/sevdesk-api-client';

const client = new SevdeskApiClient({
token: '', // insert API token here
});

// start using the api, e.g. get the bookkeeping system version
console.log(await client.getBookkeepingSystemVersion());
```

[sevdesk-api]: https://api.sevdesk.de/