Vik Semenov

Results 1 comments of Vik Semenov

``` import { Client } from 'amocrm-js'; class AmoCrmApiService { _client = null; _token = null; constructor() { this._init(); } async _init() { let options = { domain: '******.amocrm.ru', auth:...