More info about the API

Hi guys!

I’m a CakePHP developer and I’m building a datasource to wrap the Piwik API inside CakePHP projects so you can make a call like this:

$data = $this->Piwik->getActions(1, day, yesteday);

For most of the API, the arguments are pretty straightforward, but there are some others that are somekind of obscure, so… I wanted to know, looking at the code or somewhere else, where can I find and learn more about the API and it’s methods arguments so I can make a really complete datasource.

Thanks in advanced!

I think you have looked here: http://dev.piwik.org/trac/wiki/API/Reference