mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -07:00
91dddc439f
This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
1.1 KiB
1.1 KiB
Home > iceshrimp-sdk > api > APIClient
api.APIClient class
Signature:
export declare class APIClient
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)(opts) | Constructs a new instance of the APIClient class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
credential | string | null | undefined | ||
fetch | FetchLike | ||
origin | string |
Methods
Method | Modifiers | Description |
---|---|---|
request(endpoint, params, credential) |