Y
Hacker News
new
|
ask
|
show
|
jobs
by
dandandan
3769 days ago
The API just returns JSON; paging through that is much cleaner than hooking into events and parsing HTML with regex.
https://color.adobe.com/api/v2/themes?filter=public&startInd...
1 comments
ewfwrfw
3768 days ago
Right, I tried that first but I couldn't actually get it to return any data. I think I was screwing up the request headers. Now though I remembered the Firebug "copy as cURL" thing and it's working, so yeah, definitely a better way to do it.
link