Web Services

So, Elgg "provides a powerful framework for building web services. This allows developers to expose functionality to other web sites and desktop applications" (http://docs.elgg.org/wiki/Web_Services)

Good.

But as far I can see theres no actual RESTful API.

system.api.list returns 2 results:  "auth.gettoken" and.. "system.api.list".

Is this right? Every people who wats to use REST api with Elgg have to write his own version?

I've searched on this site and on google, and no clue about this....

Oh, and btw, I can't find the plugin "called apiadmin that creates [api] keys for you" on the Elgg plugin repository...