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

924 B

Home > iceshrimp-js > api > APIClient > (constructor)

api.APIClient.(constructor)

Constructs a new instance of the APIClient class

Signature:

constructor(opts: {
		origin: APIClient["origin"];
		credential?: APIClient["credential"];
		fetch?: APIClient["fetch"] | null | undefined;
	});

Parameters

Parameter Type Description
opts { origin: APIClient["origin"]; credential?: APIClient["credential"]; fetch?: APIClient["fetch"] | null | undefined; }