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