We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpOther Libraries › colorLib & Kuler
Page Index Toggle Pages: 1
colorLib & Kuler (Read 1027 times)
colorLib & Kuler
May 25th, 2010, 11:41am
 
I already have a valid API key for kuler. Does anyone know how I provide it to the kuler class? Unless I make a search query myself, all the 'get' functions of the library don't work without a key, as the query being sent is something like
get.cfm?itemsPerPage=20&startIndex=0&listType=random&key=null

If I make send the same query with search(String) I get the desired result. Any help?
Re: colorLib & Kuler
Reply #1 - May 26th, 2010, 4:44am
 
sorted...kuler.setKey(String) works. Where string is your API key.
Page Index Toggle Pages: 1