Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 330 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 330 Bytes

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
});