1.1.5 • Published 3 years ago

gdeslonapi v1.1.5

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

Gdeslon API Integration

Installation

To use the library, install it through npm

npm install --save gdeslonapi

Get API tokens

Usage

const GdeslonApi = require('gdeslonapi');
const api = new GdeslonApi(wmId, ordersApiToken, xmlApiToken);
const links = await api.getOfferLinks();

API

  • getLeadsByOfferId(timestamp dateFrom, timestamp dateTo, int offerId, string subAccount): Array< Object >
  • getStatisticsOffersByOfferId(timestamp dateFrom, timestamp dateTo, int offerId, string subAccount): Object
  • getWebmasterCommissions(timestamp dateFrom, timestamp dateTo, int offerId): Object
  • getOfferLinks(int offerId): Array< Object >
  • getOfferLinkByOfferId(int offerId): String
  • apiRequest(params) - native gdeslon api request
1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago