UNPKG

@sellorex/adwords-api-vu

Version:

Unofficial SDK for Google Adwords API, replica of adwords-api by Talha Asad, just version update to 201710

18 lines (14 loc) 282 B
var Backbone = require('backbone'); var Paging = Backbone.Model.extend({ defaults: { startIndex: 0, numberResults: 100 } }); var PagingCollection = Backbone.Collection.extend({ model: Paging }); module.exports = { collection: PagingCollection, model: Paging };