mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
25 lines
924 B
Markdown
25 lines
924 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [iceshrimp-js](./iceshrimp-js.md) > [api](./iceshrimp-js.api.md) > [APIClient](./iceshrimp-js.api.apiclient.md) > [(constructor)](./iceshrimp-js.api.apiclient._constructor_.md)
|
||
|
|
||
|
## api.APIClient.(constructor)
|
||
|
|
||
|
Constructs a new instance of the `APIClient` class
|
||
|
|
||
|
**Signature:**
|
||
|
|
||
|
```typescript
|
||
|
constructor(opts: {
|
||
|
origin: APIClient["origin"];
|
||
|
credential?: APIClient["credential"];
|
||
|
fetch?: APIClient["fetch"] | null | undefined;
|
||
|
});
|
||
|
```
|
||
|
|
||
|
## Parameters
|
||
|
|
||
|
| Parameter | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| opts | { origin: [APIClient](./iceshrimp-js.api.apiclient.md)<!-- -->\["origin"\]; credential?: [APIClient](./iceshrimp-js.api.apiclient.md)<!-- -->\["credential"\]; fetch?: [APIClient](./iceshrimp-js.api.apiclient.md)<!-- -->\["fetch"\] \| null \| undefined; } | |
|
||
|
|