1.0.4 • Published 8 months ago

leadssu-webmaster-api v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

leads.su API Integration

Installation

To use the library, install it through npm

npm install --save leadssu-webmaster-api

Get API token

Usage

const LeadssuApi = require('leadssu-webmaster-api');
const api = new LeadssuApi(token);
let profile = await api.getProfile();

API

  • getProfile(): Object
  • getBalance(): Object
  • getTrafficChannels(): Array< Object >
  • getOffersData(int offerId?, int channelId?): Array< Object >
  • getLeadsByOfferId(timestamp dateFrom, timestamp dateTo, int offerId?, int channelId?): Array< Object >
  • getStatisticsOffers(timestamp dateFrom, timestamp dateTo, int offerId?, int channelId?, string subid?, string group?, string subgroup?): Array< Object >
  • getWebmasterCommissions(timestamp dateFrom, timestamp dateTo, int offerId?): Object
  • getCategories()
  • getOfferLinkByOfferId(int offerId, int channelId): String
  • apiRequest(action, params) - native leads.su api request
1.0.4

8 months ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago