lichme wrote:I was able to query multiple EventTypes with no issues prior to being IP blacklisted (I assume)
Edit: Connected to a VPN. Verified, am IP Blocked
EventType, site can now take in multiple values - though the format is changed a bit now. Instead of sending them through multiple parameters, send them as comma separated.
Example
New method that works
http://api.woot.com/2/events.json?site=computers.woot.com&select=Id,Type,Title,StartDate,EndDate,Offers.Id,Offers.PercentageRemaining,Offers.Title&eventType=Daily,WootOff,WootPlus,Ghost,Moofi&key=key
Old method that is obsolete now
http://api.woot.com/2/events.json?site=computers.woot.com&select=Id,Type,Title,StartDate,EndDate,Offers.Id,Offers.PercentageRemaining,Offers.Title&eventType=Daily&eventType=WootOff&eventType=WootPlus&eventType=Ghost&eventType=Moofi&key=key