trashposs/packages/trashposs-js/markdown/trashposs-js.api.apiclient.md
2024-04-06 22:57:52 +02:00

33 lines
1.1 KiB
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [trashposs-js](./trashposs-js.md) &gt; [api](./trashposs-js.api.md) &gt; [APIClient](./trashposs-js.api.apiclient.md)
## api.APIClient class
**Signature:**
```typescript
export declare class APIClient
```
## Constructors
| Constructor | Modifiers | Description |
| --- | --- | --- |
| [(constructor)(opts)](./trashposs-js.api.apiclient._constructor_.md) | | Constructs a new instance of the <code>APIClient</code> class |
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [credential](./trashposs-js.api.apiclient.credential.md) | | string \| null \| undefined | |
| [fetch](./trashposs-js.api.apiclient.fetch.md) | | [FetchLike](./trashposs-js.api.fetchlike.md) | |
| [origin](./trashposs-js.api.apiclient.origin.md) | | string | |
## Methods
| Method | Modifiers | Description |
| --- | --- | --- |
| [request(endpoint, params, credential)](./trashposs-js.api.apiclient.request.md) | | |