To use the library, install it through npm
npm install --save admitad-webmaster-api
const AdmitadApi = require('admitad-webmaster-api');
const api = new AdmitadApi(clientId, clientSecret);
let profile = await api.getProfile();
- getProfile()
- getBalance(currency: String)
- getTrafficChannels()
- getOfferLinkByOfferId(offerId: Integer, channelId: Integer)
- getStatisticsOffersByOfferId(dateFrom: timestamp, dateTo: timestamp, offerId: Integer?, channelId: Integer?, subId: String?)
- getLeadsByOfferId(dateFrom: timestamp, dateTo: timestamp, offerId: Integer?, channelId: Integer?)
- getCrByOfferId(dateFrom: timestamp, dateTo: timestamp, offerId: Integer, channelId: Integer?)
- getOffersData(offerId: Integer?)
- apiRequest(params: String) - native admitad api request