We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I want to use this APIs from Algorithmia but I can't find anything related in the libraries. They have documentation for Java in http://developers.algorithmia.com/application-development/client-guides/java/ --how could I access this functions from Processing? Any idea about how can I do a library or wrapper functions for it? Any tip or code would be greatly appreciated! Thanks a lot for your help.
Answers
https://GitHub.com/processing/processing/wiki/How-to-Install-a-Contributed-Library
Anything you can write in Java, you can write in Processing. Just drag the library jar onto your Processing editor, and you should be able to use whatever Java code they've documented.
If you specifically want to use the Algorithmia via Maven you might find useful these discussions of Processing + Maven (which is a bit challenging -- I haven't done this).