jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.api.apiclient.md
limepotato 4410989fa2
revert ba0e5eec93
revert ?
2024-06-17 18:18:03 +02:00

1.1 KiB

Home > iceshrimp-js > 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)