itd-api / createClient
Function: createClient()
ts
function createClient(options?): ItdClient;Defined in: client.ts:568
Создаёт клиент API итд.com.
То же, что new ItdClient(options), — для тех, кому привычнее фабрика.
Parameters
options?
ItdClientOptions = {}
Returns
Example
ts
const itd = createClient({ auth: token });