[Home](./index.md) > [firefish-js](./firefish-js.md) > [api](./firefish-js.api.md) > [APIClient](./firefish-js.api.apiclient.md) ## api.APIClient class **Signature:** ```typescript export declare class APIClient ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(opts)](./firefish-js.api.apiclient._constructor_.md) | | Constructs a new instance of the APIClient class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [credential](./firefish-js.api.apiclient.credential.md) | | string \| null \| undefined | | | [fetch](./firefish-js.api.apiclient.fetch.md) | | [FetchLike](./firefish-js.api.fetchlike.md) | | | [origin](./firefish-js.api.apiclient.origin.md) | | string | | ## Methods | Method | Modifiers | Description | | --- | --- | --- | | [request(endpoint, params, credential)](./firefish-js.api.apiclient.request.md) | | |