mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
924 B
924 B
Home > trashposs-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; } |