linksharejs

0.0.3 • Public • Published

Linkshare Merchandiser Query API Implementation

var linksharejs = require('linksharejs');
linksharejs.setup(... your API token);

linksharejs.query({
    keyword: "thing to search for",
    category: "category",
    mid: #####
}, function(err, data) {
    Process data
});

/linksharejs/

    Package Sidebar

    Install

    npm i linksharejs

    Weekly Downloads

    4

    Version

    0.0.3

    License

    none

    Last publish

    Collaborators

    • reikiman