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