Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahaj committed May 4, 2024
1 parent 28b4180 commit 6800492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# simple-fax
# simple-fax-soap-client

Unofficial client for the [simple-fax.de SOAP API](https://simple-fax.de/Downloads/SOAP-API-simplefax.pdf)

> **Note:** The simple-fax.de SOAP API does not produce transmission reports and transmission do not appear in the "Versandbox" tab.
> **Note:** The simple-fax.de SOAP API does not produce transmission reports and transmissions do not appear in the "Versandbox" tab.
## Usage

```ts
import { readFileSync } from 'node:fs'
import * as simpleFax from 'simple-fax'
import * as simpleFax from 'simple-fax-soap-client'

const base64EncodedPDF = fs.ReadFileSync('./document.pdf').toString('base64')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "simple-fax",
"name": "simple-fax-soap-client",
"type": "module",
"version": "0.0.0",
"packageManager": "[email protected]",
Expand Down

0 comments on commit 6800492

Please sign in to comment.